scg/ch10/Hello

From FANG

Jump to: navigation, search

01 package scg.ch10;
02 
03 /**
04  * Greeting program. Standard output for a non-FANG console I/O program
05  */
06 public class Hello {
07   /**
08    * The main program. Just prints out a greeting on standard output.
09    *
10    @param  args  command-line arguments; ignored by this program
11    */
12   public static void main(String[] args{
13     System.out.println("Hello, World!");
14   }
15 }
16 
17 //Uploaded on Mon Mar 29 21:40:45 EDT 2010


Download/View scg/ch10/Hello.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter

Games
Games