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 アプリを作成しています。何か提案があれば、先生は簡単な指示をくれましたが、何かを台無しにしてしまったようで、3回もやりました。
public class HelloWorldApp { public static void main(String [] args){ System.out.println(“Hello World”); } }