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