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.sun
5 lines
61 B
Plaintext
Raw
Blame
History
function soma(a, b) {
return a + b;
}
print(soma(2, 3));
Reference in New Issue
View Git Blame
Copy Permalink