Compare commits

..

5 Commits
dev ... master

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!")
}
}