diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..69ce4f7 --- /dev/null +++ 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