Files
Plasma/tests/math.pla
2025-10-18 07:21:19 +11:00

3 lines
50 B
Plaintext

add = Func(a: Int, b: Int): Int {
return a + b;
}