Files
highground-fork/tests/function.sols

7 lines
77 B
Plaintext

def add(int a, int b) int {
puts "testing"
return 3
}
puts add(1 2)