mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add ex 57 unions 3
This commit is contained in:
4
patches/patches/57_unions3.patch
Normal file
4
patches/patches/57_unions3.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
18c18
|
||||
< const Insect = union(InsectStat) {
|
||||
---
|
||||
> const Insect = union(enum) {
|
||||
Reference in New Issue
Block a user