1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-14 07:40:05 +00:00

Hello world sample file for CLU.

This commit is contained in:
Lars Brinkhoff 2020-09-27 14:39:08 +02:00
parent 53c0645cf8
commit ea2df4b7d2

5
src/hello/hello.clu Normal file
View File

@ -0,0 +1,5 @@
% Hello world example for CLU.
hello = proc()
file$puts (file$tyo(), "Hello CLU-less world!\n")
end