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:
parent
53c0645cf8
commit
ea2df4b7d2
5
src/hello/hello.clu
Normal file
5
src/hello/hello.clu
Normal file
@ -0,0 +1,5 @@
|
||||
% Hello world example for CLU.
|
||||
|
||||
hello = proc()
|
||||
file$puts (file$tyo(), "Hello CLU-less world!\n")
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user