flisp/examples/hello_world.flsp
2025-03-18 13:52:14 +01:00

2 lines
32 B
Text
Executable file

(write "Hello world")
(newline)