Mercurial > lcfOS
view user/init/init.c3 @ 403:1613c9d479bf
Add top level build files
author | Windel Bouwman |
---|---|
date | Thu, 19 Feb 2015 12:17:05 +0100 |
parents | 0fb6633c42f6 |
children |
line wrap: on
line source
module init; import lib; /* Initial program run by the system. */ function void start() { lib.print("Welcome to lcfos"); }