Mercurial > lcfOS
view user/hello.c3 @ 370:f86e79246602
Remove null stdio
author | Windel Bouwman |
---|---|
date | Fri, 21 Mar 2014 11:57:32 +0100 |
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'); }