blob: c76ab1d6d9cf30cfd63df92235dc79382e930f7a [file] [log] [blame]
/*
* Copyright 2020 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/zephyr.h>
#include <zephyr/sys/printk.h>
void main(void)
{
printk("Welcome to Google Kukui\n");
}