forth/hello
2022-02-08 22:14:44 +09:00

8 lines
54 B
Plaintext
Executable File

#! /usr/local/bin/gforth
." Hello, World!" cr
bye