mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
Declaration grouping uses () rather than {}; Fix some problem with compilation on *nix
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
import "fmt.odin";
|
||||
import (
|
||||
"fmt.odin";
|
||||
)
|
||||
|
||||
proc main() {
|
||||
let program = "+ + * - /";
|
||||
|
||||
Reference in New Issue
Block a user