Viewing profile — aar0nsa3nz
aar0nsa3nz
HN member- Joined
- Thu, Jun 27, 2019, 6:33 PM UTC
- HN karma
- 11
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About aar0nsa3nz
No profile information was provided.
Recent public activity
-
comment
Comment #22241163
Sorry, I couldn't figure out how to write a code block.
-
comment
Comment #22241107
With C# 8 you can also write it as: public static double ComputeArea(object shape) => shape switch { Square s => s.Side * s.Side, Circle c => c.Radius * c.Radius * Math.PI, Rectang…