This website requires JavaScript.
Explore
Help
Sign In
Sun
/
sunlang
Watch
1
Star
0
Fork
You've already forked sunlang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
f8695b14e3
sunlang
/
tests
/
test_print.sun
6 lines
93 B
Plaintext
Raw
Blame
History
function main() {
var name = "World";
print("Hello " + name);
print(123);
return 0;
}
Reference in New Issue
View Git Blame
Copy Permalink