Penguin

Differences between version 18 and revision by previous author of HelloWorld.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 18 Last edited on Monday, May 10, 2004 12:30:19 pm by DavidHallett Revert
Older page: version 17 Last edited on Saturday, May 8, 2004 9:12:09 am by BartvanDeventer Revert
@@ -43,8 +43,17 @@
  100500 DISPLAY "HELLO, WORLD." LINE 15 POSITION 10. 
  100600 STOP RUN. 
  100700 MAIN-LOGIC-EXIT. 
  100800 EXIT. 
+  
+[Java]  
+ public class HelloWorld  
+ {  
+ public static void main(String[] args)  
+ {  
+ System.out.println("Hello World");  
+ }  
+ }  
  
 Linux x86 AssemblyLanguage 
  .data 
  .align 4