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