mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
Only allow .odin files to be parsed
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import "test"
|
||||
|
||||
add :: proc(a, b: int) -> int {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user