/* Java 基本プログラム アプリケーション "Hello"を表示 */ public class xHello { public static void main(String[] xargs){ System.out.println("Hello"); } }