Add Unicorn (#951)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-04-03 21:19:25 -05:00
committed by GitHub
parent f680bc3d75
commit 1e01e043f0
2 changed files with 4 additions and 0 deletions

3
u/Unicorn.icn Normal file
View File

@@ -0,0 +1,3 @@
procedure main()
write("Hello World")
end