Add Porth and Belarusian (#1223)

* Added porth

* Add Belarusian
This commit is contained in:
Rostislav Lipsky
2022-01-16 19:28:30 +03:00
committed by GitHub
parent a5deb778ac
commit b11c30df95
3 changed files with 12 additions and 3 deletions

5
p/Porth.porth Normal file
View File

@@ -0,0 +1,5 @@
include "std.porth"
proc main in
"Hello, World\n" puts
end