
This is an implementation of *Hello, World!* for the [Pyret](https://www.pyret.org/) programming language. This program may be verified for correctness in Pyret's [online editor](https://code.pyret.org/editor#share=0Bwbi1nc7r013YXZVaUNDLUdWQ0E).
2 lines
23 B
Plaintext
2 lines
23 B
Plaintext
print('Hello, World!')
|