Skip to content

Commit 14eeee4

Browse files
committed
Update demo.odin
1 parent 038dea9 commit 14eeee4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/demo.odin

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,11 +730,9 @@ explicit_procedure_overloading :: proc() {
730730
}
731731

732732
main :: proc() {
733-
when false {
733+
when true {
734734
general_stuff();
735-
}
736735
default_struct_values();
737-
when false {
738736
union_type();
739737
parametric_polymorphism();
740738
threading_example();

0 commit comments

Comments
 (0)