I just got an email from a friend and it had a link to a site that has found / created a hello world program in 204 languages.
Here's the link:
http://www2.latech.edu/~acm/HelloWorld.shtml
Interesting seeing how different some of these languages are
Hello World
Moderator: General Moderators
Visual C++ is just hilarious how long it is....
lol
Not to mention the first one for PHP has a parse error in it.
Here's a shot at a Visual C++-specific "Hello World" program. I trimmed it down as much as possible, but this is basically what App Wizard spits out for a simple dialog-based application.
lol
Not to mention the first one for PHP has a parse error in it.
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
So does the second one!
*submits one*
Code: Select all
<?php
while (i<500) {
echo "Hello, World\n";
i++;
}
?>Here's a page to where lots of programming languages sing the '99 bottles of beer' song.
http://www.99-bottles-of-beer.net//
http://www.99-bottles-of-beer.net//