view user/init.c3 @ 398:c0d9837acde8

x86 target refactor
author Windel Bouwman
date Thu, 29 May 2014 12:13:37 +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");
}