Update demo.odin

This commit is contained in:
gingerBill
2018-02-11 11:16:17 +00:00
parent 038dea9202
commit 14eeee40b2

View File

@@ -730,11 +730,9 @@ explicit_procedure_overloading :: proc() {
}
main :: proc() {
when false {
when true {
general_stuff();
}
default_struct_values();
when false {
union_type();
parametric_polymorphism();
threading_example();