This commit is contained in:
Adam Millerchip 2022-01-02 20:37:33 +09:00
parent 70971edf8c
commit 63c6d822d2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub fn main() void {
// Please complete this function which prints an anonymous struct
// representing a circle.
fn printCircle(???) void {
fn printCircle(circle: anytype) void {
print("x:{} y:{} radius:{}\n", .{
circle.center_x,
circle.center_y,