flisp/examples/hello_world.flsp
2025-03-05 14:38:36 +01:00

2 lines
39 B
Text
Executable file

(import console)
(write "Hello world")