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
deed734dc9
undar-lang
/
test
/
malloc.ul
8 lines
92 B
Plaintext
Executable File
Raw
Blame
History
print("Enter a string: ");
str msg = read(32);
print(msg);
nat[32] test = read(32);
halt;
Reference in New Issue
View Git Blame
Copy Permalink