forked from zig/exercises
5 lines
80 B
Diff
5 lines
80 B
Diff
41c41
|
|
< fn printCircle(???) void {
|
|
---
|
|
> fn printCircle(circle: anytype) void {
|