Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
p51497208 | 9a53ae27df | |
p51497208 | c11e69980c | |
root | d277ac91e0 |
|
@ -0,0 +1,10 @@
|
|||
public class HelloWorld
|
||||
{
|
||||
public string strDescribe;
|
||||
public int nCount;
|
||||
|
||||
HelloWord()
|
||||
{
|
||||
System.out.println("Hello word!")
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue