Newer
Older
Import / research / embedded / src / tests / test-hello.c
@John John on 29 Dec 2020 177 bytes bulk import from macbookpro checkouts
/*
Copyright (c) 2007-2013, John Ryland
*/
#include <corelayer.h>
//#include <corelayer.c>
//#include <oslayer.c>


int main()
{
    strPrint("Hello world\n");
    return 0;
}