Live data from Hacker News

Viewing profile — zachary12

zachary12

HN member
Joined
Wed, Apr 09, 2014, 3:56 AM UTC
HN karma
1
Public activity
2 items

About zachary12

No profile information was provided.

Recent public activity

  1. comment
    Comment #7563555

    C# Enumerable.Range(1, 100).ToList().ForEach(a =>{if (a%5 == 0 && a%3 == 0){Console.WriteLine("FizzBuzz");}else if (a%3 == 0){Console.WriteLine("Fizz");}else if (a%5 == 0){Console.…

  2. story