view user/init/init.c3 @ 402:0fb6633c42f6

Moved several files to logical locations
author Windel Bouwman
date Thu, 19 Feb 2015 00:13:07 +0100
parents user/init.c3@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");
}