私は IntelliJ のアイデアが初めてなので、HelloWorld から試します。
package test;
/**
* Created with IntelliJ IDEA.
* Date: 16/06/12
* Time: 12:13
* To change this template use File | Settings | File Templates.
*/
public class Main {
public static void main(String ...args){
System.out.println("Hello World");
}
}
しかし、このプログラムは実行されません。緑色の矢印のみが灰色になりますが、出力は表示されません。どの設定を確認すればよいですか? ありがとう。コンパイラ: