diff --git a/readme.txt b/readme.txt index e69de29..69ce4f7 100644 --- a/readme.txt +++ b/readme.txt @@ -0,0 +1,10 @@ +public class HelloWorld +{ + public string strDescribe; + public int nCount; + + HelloWord() + { + System.out.println("Hello word!") + } +} \ No newline at end of file