添加Helloworld

This commit is contained in:
p51497208 2020-10-15 09:00:34 +08:00
parent c11e69980c
commit 9a53ae27df
1 changed files with 10 additions and 0 deletions

View File

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