fork download
  1. class Ex
  2. {
  3. public static void main(String ex[])
  4. {
  5. System.out.println("HELLO");
  6. }
  7. }
  8.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:1: error: parser: instruction expected
prog.asm:2: error: label or instruction expected at start of line
prog.asm:3: error: parser: instruction expected
prog.asm:4: error: label or instruction expected at start of line
prog.asm:5: error: parser: instruction expected
prog.asm:6: error: label or instruction expected at start of line
prog.asm:7: error: label or instruction expected at start of line
stdout
Standard output is empty