Update README.md

pull/11/head
JEECG 2013-08-18 21:19:14 +08:00
parent d44adf82e6
commit 3480df9062
1 changed files with 1 additions and 7 deletions

View File

@ -45,13 +45,7 @@ JEECG 基于代码生成器的智能开发平台
### 比如我们可以在多行文本框里输入一段代码,来一个Java版本的HelloWorld吧
public class HelloWorld {
/**
* @param args
*/
public static void main(String[] args) {
System.out.println("HelloWorld!");
}
}
}