Difference between revisions of "Hello World"

From CompSciWiki
Jump to: navigation, search
Line 5: Line 5:
 
|Problem=The problem
 
|Problem=The problem
  
|Code=My Sample code goes here
+
|SolutionCode=public class HelloWorld
 +
{
 +
}
  
 
|SideSectionTitle=...by students
 
|SideSectionTitle=...by students

Revision as of 11:55, 1 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