文件名称:hello-world:我第一次通过 Eclipse 使用 GitHub
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-24 03:03:45
Java
你好,世界 是的,这是我的第一个存储库 这是我添加的一行。 (并更改了这一行) 我使用 Eclipse 添加了这一行。 现在我已经在我的本地分支中使用 Eclipse 进行了此更改。 代码亮点 看着我离开这里... public static void main( String [] args) { System . out . println( " Hello World!!! " ); System . out . printf( " \n Goodbye. \n " ); } 对此... public static void main( String [] args) { HelloWorld myWorld = new HelloWorld ( " Hello World!!! " , " \n Goodbye. " ); myWorld . dis
【文件预览】:
hello-world-experimental
----.gitignore(6B)
----src()
--------com()
----.classpath(232B)
----README.md(591B)
----.project(387B)