Difference between revisions of "Hello World"

From CompSciWiki
Jump to: navigation, search
m
Line 5: Line 5:
 
|Problem=The problem
 
|Problem=The problem
  
|SolutionCode=public class HelloWorld
+
|SolutionCode=<pre>public class HelloWorld
 
{
 
{
}
+
}</pre>
  
 
|SideSectionTitle=...by students
 
|SideSectionTitle=...by students

Revision as of 11:33, 6 April 2010

Back to the Program-A-Day homepage

Problem

The problem

 

...by students

float
Taken from http://www.flickr.com/photos/daniello/565304023/

An image or By Students section

Solution

The solution...

Code

Solution Code

Back to the Program-A-Day homepage