Skip to content

Commit

Permalink
Update demo.odin
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Feb 11, 2018
1 parent 038dea9 commit 14eeee4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/demo.odin
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 14eeee4

Please sign in to comment.