view user/hello.c3 @ 313:04cf4d26a3bc

Added constant function
author Windel Bouwman
date Wed, 18 Dec 2013 18:02:26 +0100
parents ff665880a6b0
children 6ae782a085e0
line wrap: on
line source

module hello;
import lib;

/*
    Demo program running in userspace.
*/

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