public class fyle { public static void main(String argv[]) { java.lang.System.out.println("hello world"); } }
javac fyle.java
java fyle
Comment