Merge pull request #135 from manuel-rabade/master

Added karel
This commit is contained in:
Mike Donaghy
2014-06-09 21:14:07 -04:00

4
k/karel.kl Normal file
View File

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