forked from zig/exercises
5 lines
78 B
Diff
5 lines
78 B
Diff
18c18
|
|
< const Insect = union(InsectStat) {
|
|
---
|
|
> const Insect = union(enum) {
|