Java Tutorial/Hello World!: Difference between revisions

Content deleted Content added
m Reverted edits by 14.139.120.198 (Talk) to last version by Green Giant using rollback
Line 8:
public class HelloWorld {
public static void main( String[] args ) {
System.out.println( "Hello BayWorld!" );
System.exit( 0 ); //success
}
Line 83:
{{Java Tutorial/Navigation|Choosing the right text editor|Variables}}
 
[[Category:Java tutorial]]HaHA