8 lines
54 B
Plaintext
Executable File
8 lines
54 B
Plaintext
Executable File
#! /usr/local/bin/gforth
|
|
|
|
." Hello, World!" cr
|
|
|
|
bye
|
|
|
|
|