This website requires JavaScript.
Explore
Help
Sign In
ps
/
gs_test
Watch
1
Star
0
Fork
You've already forked gs_test
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
68b37a59b9
gs_test
/
tests
/
example_math.jai
9 lines
98 B
Plaintext
Raw
Blame
History
times2 :: (a: int) -> int {
return a + a;
}
times3 :: (a: int) -> int {
return a + a + a;
}
Reference in New Issue
View Git Blame
Copy Permalink