This website requires JavaScript.
Explore
Help
Sign In
IAmHardliner
/
spooky
Watch
1
Star
0
Fork
You've already forked spooky
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2d47fd3c4f
spooky
/
examples
/
modules
/
math.spooky
4 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
step
2026-04-29 18:56:41 +00:00
fn add(a: int, b: int) -> int {
step
2026-04-29 16:15:08 +00:00
return a + b;
}