Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2026/07/02 18:11] alainstart [2026/07/02 18:21] (current) – removed alain
Line 1: Line 1:
-Index Page 
- 
-{{pagequery>}} 
- 
-<code> 
-This is preformatted code all spaces are preserved: like  
-</code> 
- 
-/** 
- * The HelloWorldApp class implements an application that 
- * simply displays "Hello World!" to the standard output. 
- */ 
-class HelloWorldApp { 
-    public static void main(String[] args) { 
-        System.out.println("Hello World!"); //Display the string. 
-    } 
-} 
- 
- 
- 
- 
- 
- 
-