mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update demo.odin
This commit is contained in:
+1
-3
@@ -730,11 +730,9 @@ explicit_procedure_overloading :: proc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main :: proc() {
|
main :: proc() {
|
||||||
when false {
|
when true {
|
||||||
general_stuff();
|
general_stuff();
|
||||||
}
|
|
||||||
default_struct_values();
|
default_struct_values();
|
||||||
when false {
|
|
||||||
union_type();
|
union_type();
|
||||||
parametric_polymorphism();
|
parametric_polymorphism();
|
||||||
threading_example();
|
threading_example();
|
||||||
|
|||||||
Reference in New Issue
Block a user