fork(2) download
  1. class Main {
  2. public static void main(String[] args) {
  3. new Object() {
  4. public void show() {
  5. System.out.println("test");
  6. }
  7. }.show();
  8. }
  9. }
Success #stdin #stdout 0.05s 320576KB
stdin
Standard input is empty
stdout
test