mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 06:35:00 -07:00
Change union layout to store type info rather than an integer; ternary expression for types with constant condition
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import "fmt.odin";
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hellope, World!");
|
||||
fmt.println("Hellope!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user