测试
This commit is contained in:
p42689073 2021-01-22 16:13:19 +08:00
commit 4d298953a1
1 changed files with 10 additions and 0 deletions

10
readme.txt Normal file
View File

@ -0,0 +1,10 @@
public class HelloWorld
{
public string strDescribe;
public int nCount;
HelloWord()
{
System.out.println("Hello word!")
}
}