Rename Unicorn to Unicon (#1033)

This commit is contained in:
MrBrain295
2021-06-03 07:02:34 +00:00
committed by GitHub
parent 30e2d82ecd
commit 516221af8d
2 changed files with 1 additions and 1 deletions

3
u/Unicon.icn Normal file
View File

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