Mercurial > lcfOS
view user/init/init.c3 @ 410:6aa9743ed362 tip
Reflect change in c3 public modifier
author | Windel Bouwman |
---|---|
date | Mon, 23 Feb 2015 21:06:04 +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"); }