mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Support import files as modules (i.e. import only once)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
add :: proc(a, b: int) -> int {
|
||||
return a + b;
|
||||
}
|
||||
Reference in New Issue
Block a user