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
master
Add File
New File
Apply Patch
highground-fork
/
tests
/
function.sols
7 lines
78 B
Plaintext
Raw
Permalink
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
make function calling better
2025-12-28 13:49:05 +11:00
puts add(1, 2)
Copy Permalink