Penguin

Differences between version 15 and previous revision of StuffToCode.

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

Newer page: version 15 Last edited on Sunday, August 15, 2004 11:48:26 pm by AristotlePagaltzis Revert
Older page: version 14 Last edited on Sunday, August 15, 2004 11:47:15 pm by AristotlePagaltzis Revert
@@ -1,9 +1,9 @@
 If you find yourself stuck without simple excercises when trying to learn a new ProgrammingLanguage, try these. If you know a neat exercise that could stand to be mentioned here, please add it. 
  
-!! Hello World  
+!! HelloWorld  
  
-This is usually a ''very'' trivial program, but a good first exercise when learning how to use a new programming environment (see HelloWorld)
+This is usually a ''very'' trivial program, but a good first exercise when learning how to use a new programming environment. 
  
 !! TPK 
  
 The [TPK Algorithm | http://cs.fit.edu/~ryan/compare/] is DonaldKnuth's HelloWorld. It doesn't actually do anything but it has an array, loop, conditional and function in it to make it exciting.