8 Comments
- Cyrealm, on 10/12/2007, -0/+1Ah, that brings back some memories. The GNU C "Hello World" is the funniest version that I've seen.
- twistymcgee, on 10/12/2007, -0/+0I love digg for the wonderfully sarcastic comments!
- voltage, on 10/12/2007, -0/+0Great tech news story, the best I've seen it a while!
This is why I love digg, up to date great news articles! - CompIsMyRx, on 10/12/2007, -0/+0That Visual Basic example I find too easy even for a beginner. My VB 6 teacher made us use a click command, so the code would be:
Sub cmdGo_Click()
msgbox "Hello, World!", "My First Code:", vbExclamation
End Sub
Or for teachers that tried to cram things into students:
Sub cmdGo_Click()
Const A="Hello, World!"
picOutput.AutoRedraw=False
picOutput.Font=Comic Sans MS
picOutput.print=A
imgWorld.picture=C:Pathtopicture.jpg
imgWorld.stretch=true
End Sub - twistymcgee, on 10/12/2007, -1/+1or how about you're and fired?
- Dhalgren, on 10/12/2007, -1/+0What about Foo and Bar?
- Z3r02007, on 10/12/2007, -1/+0Hello World... the two most annoying words to any programmer.
- _jinx_, on 10/12/2007, -1/+0Why is that?


What is Digg?