Add Hello World in Arc

Added Hello World in Arc, a terse dialect of Lisp created mainly for the Hacker News website.
This commit is contained in:
Drew Fink
2018-07-09 22:17:11 +02:00
committed by GitHub
parent 4b5ff1ef90
commit 323e983b7e

1
a/arc.arc Normal file
View File

@@ -0,0 +1 @@
(prn "Hello, World!")