11

There's something special about writing your first "Hello world!" in a new language, no matter how long you've been programming :)

So hello rust, let's see what the fuzz is all about...

Comments
  • 3
    Oh yeah...

    *sigh*
    I had the most sensational feeling when "Hello World" just worked using BrainFuck! 😎
  • 3
    I don't do hello worlds; they're all basically identical.

    I generally do fibonacci because at least that's interesting and requires some decent concepts (recursion, memoization).
  • 2
    @Root I *think* that "Hello World" is a metaphor here. 😉
    Yours is definitely interesting.
  • 0
    I generally try to make a parser (HTML or something). It's non-trivial, fairly useful later on, and forces you to learn a bunch of stuff.
Add Comment