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