Fix exercises 058 and 081 🔧
This commit is contained in:
parent
497336777a
commit
ad8de595a4
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ pub fn main() void {
|
|||
fn printCircle(???) void {
|
||||
print("x:{} y:{} radius:{}\n", .{
|
||||
circle.center_x,
|
||||
circle.centaur_y,
|
||||
circle.center_y,
|
||||
circle.radius,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue