diff user/hello.c3 @ 393:6ae782a085e0

Added init program
author Windel Bouwman
date Sat, 17 May 2014 21:17:40 +0200
parents 04cf4d26a3bc
children
line wrap: on
line diff
--- a/user/hello.c3	Fri May 16 13:05:10 2014 +0200
+++ b/user/hello.c3	Sat May 17 21:17:40 2014 +0200
@@ -7,6 +7,6 @@
 
 function void start()
 {
-    lib.print(9); // 'Hello space');
+    lib.print("Hello space");
 }