• ZILtoid1991@kbin.social
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago
    int mostCursedIndentation (const int someVal) @safe {
    {}{}if (someVal < 0) {
    {}{}{}{}throw new Exception ("Value cannot be negative!");
    {}{}}
    {}{}return someVal * 5 - 3;
    }