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
main
undar-lang
/
test
/
local.ul
7 lines
94 B
Plaintext
Executable File
Raw
Permalink
Blame
History
function main() {
int i = 122;
int j = 32;
print((i - j)); // prints ascii `Z`
}
Reference in New Issue
View Git Blame
Copy Permalink