view user/hello.c3 @ 311:ff665880a6b0

Added testcase for kernel and userspace
author Windel Bouwman
date Mon, 16 Dec 2013 12:49:24 +0100
parents c9781c73e7e2
children 04cf4d26a3bc
line wrap: on
line source

module hello;
import lib;

/*
    Demo program running in userspace.
*/

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