mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Fix alignment and size bug of enums; Remove #ordered and make the default #ordered.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#import "fmt.odin";
|
||||
#import "math.odin";
|
||||
|
||||
main :: proc() {
|
||||
immutable program := "+ + * - /";
|
||||
|
||||
Reference in New Issue
Block a user