fork download
  1. // Your First Program
  2.  
  3. class HelloWorld
  4. {
  5. public static void main(String[] args)
  6. {
  7. System.out.println("Hello, World!");
  8. }
  9. }
Success #stdin #stdout 0.08s 37612KB
stdin
add $s0, $t2, $s0
stdout
Hello, World!