Files
highground-fork/tests/function.sols

5 lines
53 B
Plaintext
Raw Normal View History

2025-12-26 13:50:14 +11:00
def add(int a, int b) {
return a + b
}
add(1, 2)