Mercurial > lcfOS
view user/hello/hello.c3 @ 408:ad6be5454067
Added image build task
author | Windel Bouwman |
---|---|
date | Sat, 21 Feb 2015 12:17:47 +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"); }