class Ex { public static void main(String ex[]) { System.out.println("HELLO"); } }
Standard input is empty
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
Standard output is empty