修改README,顺便测试一下推送功能

This commit is contained in:
twinkle255
2023-03-16 00:50:13 +08:00
parent 7bf021f7dc
commit 2501b43fcc
2 changed files with 5 additions and 3 deletions

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!" );
}
}