17

There's always that great feeling of accomplishment when you finish a project.

Even if it is only 23 lines.

And FizzBuzz...

But it's in a new language and you mostly did it with your own logic!

Comments
  • 1
    #mostly
  • 1
    @thisizram
    I forgot to add the "==0" check in the [if (i % 3 or 5)] segments. So, a small web search helped me out.
  • 0
    FizzBuzz is an very good test for new developers. They will need hours and hundreds of lines.

    But if you are programming every day for years. You write it in under 30 lines and 2 minutes.
  • 2
    I will never forget the feeling of solving FizzBuzz for the first time.
Add Comment