Live data from Hacker News

Viewing profile — aar0nsa3nz

aar0nsa3nz

HN member
Joined
Thu, Jun 27, 2019, 6:33 PM UTC
HN karma
11
Public activity
2 items

About aar0nsa3nz

No profile information was provided.

Recent public activity

  1. comment
    Comment #22241163

    Sorry, I couldn't figure out how to write a code block.

  2. 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…