修改完善实体类

This commit is contained in:
twinkle255
2023-03-26 21:50:34 +08:00
parent 9ae538fdb3
commit 5bd4188939
3 changed files with 45 additions and 25 deletions

View File

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