Create pyret.arr

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).
This commit is contained in:
John Wrenn
2016-05-20 15:10:13 -04:00
parent 9f63e88962
commit 10621d5024

1
p/pyret.arr Normal file
View File

@@ -0,0 +1 @@
print('Hello, World!')