Add a "Hello, world" demo
This commit is contained in:
parent
a75ac6a455
commit
0a4e28a585
4
fco2/testcases/hello.occ
Normal file
4
fco2/testcases/hello.occ
Normal file
|
@ -0,0 +1,4 @@
|
|||
#USE "course"
|
||||
PROC hello (CHAN OF BYTE out)
|
||||
out.string ("Hello, world*n", 0, out)
|
||||
:
|
Loading…
Reference in New Issue
Block a user