blob: 144b40aa1cb042742d3ca813e1b29edb22ac6dab [file] [log] [blame] [edit]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <camkes.h>
int run(void)
{
o_process("hello ");
return 0;
}