初始化

This commit is contained in:
twinkle255 2023-03-16 00:04:09 +08:00
parent 7bf021f7dc
commit 134d739c89

View File

@ -6,8 +6,7 @@ package org.example;
*/
public class App
{
public static void main( String[] args )
{
public static void main( String[] args ) {
System.out.println( "Hello World!" );
}
}