Compare commits

...

3 Commits

Author SHA1 Message Date
p51497208 9a53ae27df 添加Helloworld 2020-10-15 09:00:34 +08:00
p51497208 c11e69980c 添加系统描述
系统描述文件
2020-10-15 08:56:46 +08:00
root d277ac91e0 添加系统描述文件 2020-10-15 08:55:33 +08:00
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!")
}
}