Bro-mine™ c7b0dcfb27
Add CLU (#1071)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-06-19 18:37:55 +12:00

5 lines
115 B
Plaintext

start_up = proc ()
po: stream := stream$primary_output ()
stream$putl (po, "Hello World")
end start_up