view user/hello/hello.c3 @ 403:1613c9d479bf

Add top level build files
author Windel Bouwman
date Thu, 19 Feb 2015 12:17:05 +0100
parents 0fb6633c42f6
children
line wrap: on
line source

module hello;
import lib;

/*
    Demo program running in userspace.
*/

function void start()
{
    lib.print("Hello space");
}