This website requires JavaScript.
Explore
Help
Sign In
mr
/
elysium
Watch
1
Star
0
Fork
0
You've already forked elysium
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
elysium
/
example
/
add.lang
4 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix compiler bugs
2024-03-19 12:19:19 +01:00
u64 add(u8 a, u64 b) {
return a * a + b * b;
More validation
2024-03-17 19:55:28 +01:00
}
Reference in New Issue
Copy Permalink