This website requires JavaScript.
Explore
Help
Register
Sign In
DiamondNether90
/
highground-fork
Watch
1
Star
0
Fork
0
You've already forked highground-fork
forked from
solstice/solstice
Code
Pull Requests
Activity
Files
b46a66cea7ac2280d1779983943a4862b3d49e0a
highground-fork
/
tests
/
function.sols
7 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Partially working function calling
2025-12-28 13:41:05 +11:00
def add(int a, int b) int {
puts "testing"
return 3
Fix function calling bug
2025-12-26 13:50:14 +11:00
}
Partially working function calling
2025-12-28 13:41:05 +11:00
puts add(1 2)
Copy Permalink