| Programming Guides |
| Written by wannabegeek | ||||||||||
| Monday, 15 May 2006 | ||||||||||
Page 7 of 8
/** HelloWorld.cs* Version 1.1* A program that prints Hello, world! on screen*/class HelloWorld{public static void Main(){System.Console.WriteLine("Hello, world!");}}
http://www.roesler-ac.de/wolfram/hello.htm The Hello World Collection "Hello World" is the first program one usually writes when learning a new programming language. This collection includes 267 Hello World programs in many more-or-less well known programming languages, plus 43 human languages. Here is a list of over 60 different languages (good luck if you want to learn them all) There are still more but I think this is enough to getting on with, you could email me should the one you want not be here.
|
||||||||||
| < Prev | Next > |
|---|



Learn Programming 










