This website requires JavaScript.
Explore
Help
Sign In
zongor
/
undar-lang
Watch
1
Star
0
Fork
You've already forked undar-lang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b2ec1a78d2
undar-lang
/
test
/
local.ul
11 lines
115 B
Plaintext
Executable File
Raw
Blame
History
main();
halt;
function main() {
nat i = 122;
nat j = 32;
print(((i - j) as str));
print("\n");
}
Reference in New Issue
View Git Blame
Copy Permalink