Files
Odin/examples/other.odin
T
2016-07-21 00:38:15 +01:00

6 lines
64 B
Odin

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