Mercurial > lcfOS
view user/init/init.c3 @ 407:9eb1fc6aad6c
Minor improvements
author | Windel Bouwman |
---|---|
date | Fri, 20 Feb 2015 15:47:54 +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"); }