Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在制作一个 hello world 应用程序,我的第三行一直在搞砸,我不知道为什么。任何建议,我的老师都给了我一个简短的指导,但看起来我搞砸了什么,我经历了三遍。
public class HelloWorldApp { public static void main(String [] args){ System.out.println(“Hello World”); } }