mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix demo.odin
This commit is contained in:
@@ -735,7 +735,6 @@ deprecated_attribute :: proc() {
|
|||||||
|
|
||||||
|
|
||||||
main :: proc() {
|
main :: proc() {
|
||||||
fmt.println("HERE\n");
|
|
||||||
when true {
|
when true {
|
||||||
general_stuff();
|
general_stuff();
|
||||||
union_type();
|
union_type();
|
||||||
|
|||||||
Reference in New Issue
Block a user