Mercurial > lcfOS
view user/init.c3 @ 394:988f3fb861e4
c3 code generator rewrite
author | Windel Bouwman |
---|---|
date | Thu, 22 May 2014 08:14:12 +0200 |
parents | 6ae782a085e0 |
children |
line wrap: on
line source
module init; import lib; /* Initial program run by the system. */ function void start() { lib.print("Welcome to lcfos"); }