This commit is contained in:
Adam Millerchip 2021-12-31 02:04:41 +09:00
parent 876f4a7ef4
commit ada65eb79a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
//
const std = @import("std");
const Insect = union(InsectStat) {
const Insect = union(enum) {
flowers_visited: u16,
still_alive: bool,
};