fork download
  1. import static java.lang.System.out;
  2.  
  3. public class Main
  4. {
  5. public static void main (String[] args) throws java.lang.Exception
  6. {
  7. out.println("Hello, world without System. before out.println");
  8. }
  9. }
Success #stdin #stdout 0.05s 2184192KB
stdin
Standard input is empty
stdout
Hello, world without System. before out.println