mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 17:23:44 +02:00
add ex081 anon structs 2
This commit is contained in:
@@ -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