Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

Zig

Compiler

zig 0.9.1

Options
Debug

Author

anonymous

over 2 years ago

$ zig build-exe main.zig -O Debug
Point(x:3, y:4)
Shape(x:20, y:24)
Rectangle(x:10, y:20, width:32, height:24)

Square(x:10, y:12, wh:40).area() = 1600
Rectangle(x:10, y:20, width:32, height:24).area() = 768
Circle(x:10, y:12, r:20).area() = 1.25663708e+03
Exit Code:
0