This commit is contained in:
2022-03-16 15:55:05 +08:00
parent 0d1e389b3b
commit f65b43534f
16 changed files with 1 additions and 247 deletions

View File

@@ -1,10 +0,0 @@
public class App
{
public static void main( String[] args )
{
System.out.println( "111!" );
return;
}
}