测试文件修改--直接修改代码

This commit is contained in:
p51497208 2020-10-15 11:43:59 +08:00
parent 723eb1cd30
commit 8c1388944f
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ public class App
{
public static void main( String[] args )
{
int nCounter;
nCounter = 0;
System.out.println( "Hello World!" );
}
}