Penguin

Differences between version 17 and predecessor to the previous major change of HelloWorld.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 17 Last edited on Saturday, May 8, 2004 9:12:09 am by BartvanDeventer Revert
Older page: version 15 Last edited on Sunday, March 7, 2004 5:01:16 pm by CraigBox Revert
@@ -14,10 +14,11 @@
 
  
 [C++] 
  #include <iostream> 
- void main(){  
- std::cout << "Hello World" << endl; 
+ int main (int argc, char *argv[] ) {  
+ std::cout << "Hello World" << std:: endl;  
+ return
 
  
 [COBOL] 
  
@@ -86,12 +87,22 @@
  
 -- GlynWebster 
  
 ---- 
+  
+__Hello, World Page!__  
+%%%  
+http://www2.latech.edu/~acm/HelloWorld.shtml  
+%%%  
+A very comprehensive [HelloWorld] website with MANY programming language [HelloWorld] codelets.  
+  
+-- DrewBroadley  
+----  
+  
  
 __Footnotes__ 
  
 [1] In fact there are hundreds of programming languages. [2] 
 [2] Thousands. (You haven't written your own yet? :-) [3] 
 [3] I'm on my third at the moment.. >:-)[4] 
 [4] Footnote or programming language?[5] 
 [5] Both :)