view user/hello.c3 @ 390:b77f3290ac79

Added diagram editor tests
author Windel Bouwman
date Fri, 16 May 2014 10:12:16 +0200
parents 04cf4d26a3bc
children 6ae782a085e0
line wrap: on
line source

module hello;
import lib;

/*
    Demo program running in userspace.
*/

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