Files
highground-fork/tests/function.sols

5 lines
53 B
Plaintext

def add(int a, int b) {
return a + b
}
add(1, 2)