add ex081 anon structs 2

This commit is contained in:
Dave Gauer
2021-05-09 14:25:51 -04:00
parent ae0dc2b282
commit c0bbbee176
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
41c41
< fn printCircle(???) void {
---
> fn printCircle(circle: anytype) void {
44c44
< circle.centaur_y,
---
> circle.center_y,