blob: 6944540c613074b81d40dbf796220ff507fd760f [file] [log] [blame]
/*
* Copyright 2022 The ChromiumOS Authors.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <zephyr.h>
#include <sys/printk.h>
void main(void)
{
printk("Zappy the electric eel says:\n");
printk("\"Hey kids, don't let the red and black wires touch!\"\n");
}