This commit is contained in:
Manuel Rabade
2014-05-20 16:12:07 -05:00
parent 02e3bb8c5b
commit 503a7e34b1

4
k/karel.kl Normal file
View File

@@ -0,0 +1,4 @@
PROGRAM hello_world
BEGIN
WRITE('Hello, world!', CR)
END hello_world