comparison 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
comparison
equal deleted inserted replaced
401:994c00d55fd5 402:0fb6633c42f6
1 module init;
2 import lib;
3
4 /*
5 Initial program run by the system.
6 */
7
8 function void start()
9 {
10 lib.print("Welcome to lcfos");
11 }
12