mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
add ex080 anonymous structs 1
This commit is contained in:
8
patches/patches/080_anonymous_structs.patch
Normal file
8
patches/patches/080_anonymous_structs.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
51c51
|
||||
< var circle1 = ??? {
|
||||
---
|
||||
> var circle1 = Circle(i32) {
|
||||
57c57
|
||||
< var circle2 = ??? {
|
||||
---
|
||||
> var circle2 = Circle(f32) {
|
||||
Reference in New Issue
Block a user