mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-28 00:01:48 -07:00
4 lines
49 B
Odin
4 lines
49 B
Odin
add :: proc(a, b: int) -> int {
|
|
return a + b;
|
|
}
|