Mercurial > lcfOS
comparison user/hello.c3 @ 393:6ae782a085e0
Added init program
author | Windel Bouwman |
---|---|
date | Sat, 17 May 2014 21:17:40 +0200 |
parents | 04cf4d26a3bc |
children |
comparison
equal
deleted
inserted
replaced
392:bb4289c84907 | 393:6ae782a085e0 |
---|---|
5 Demo program running in userspace. | 5 Demo program running in userspace. |
6 */ | 6 */ |
7 | 7 |
8 function void start() | 8 function void start() |
9 { | 9 { |
10 lib.print(9); // 'Hello space'); | 10 lib.print("Hello space"); |
11 } | 11 } |
12 | 12 |