Mercurial > lcfOS
view user/hello.c3 @ 298:f7c3d38d0a47
Added reference to read the docs
author | Windel Bouwman |
---|---|
date | Sun, 01 Dec 2013 17:45:22 +0100 |
parents | c9781c73e7e2 |
children | ff665880a6b0 |
line wrap: on
line source
module hello; import lib; /* Demo program running in userspace. */ func void start() { lib.print("Hello space"); }