初始化
This commit is contained in:
		@@ -6,8 +6,7 @@ package org.example;
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
public class App 
 | 
					public class App 
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    public static void main( String[] args )
 | 
					    public static void main( String[] args ) {
 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        System.out.println( "Hello World!" );
 | 
					        System.out.println( "Hello World!" );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user