mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 09:00:00 +00:00
add ex081 anon structs 2
This commit is contained in:
8
patches/patches/081_anonymous_structs2.patch
Normal file
8
patches/patches/081_anonymous_structs2.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
41c41
|
||||
< fn printCircle(???) void {
|
||||
---
|
||||
> fn printCircle(circle: anytype) void {
|
||||
44c44
|
||||
< circle.centaur_y,
|
||||
---
|
||||
> circle.center_y,
|
||||
Reference in New Issue
Block a user