Files
Odin/examples/other.odin
T

4 lines
49 B
Odin

add :: proc(a, b: int) -> int {
return a + b;
}