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