Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Bro-mine™
2021-06-19 03:37:55 -03:00
committed by GitHub
parent 1a7d0d8c01
commit c7b0dcfb27
2 changed files with 6 additions and 1 deletions

4
c/CLU.clu Normal file
View File

@@ -0,0 +1,4 @@
start_up = proc ()
po: stream := stream$primary_output ()
stream$putl (po, "Hello World")
end start_up