blob: d8712daf22d37b559f9e8e4ccd21c5f171e5423f [file] [log] [blame]
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/sys/printk.h>
void main(void)
{
printk("Hello World! %s\n", CONFIG_ARCH);
}