fork download
  1. import java.io.*;
  2. class test
  3. {
  4. public static void main(String args[])
  5. {
  6. System.out.println("Hello Net beans");
  7. }
  8. }
Success #stdin #stdout 0.08s 54624KB
stdin
1
2
10
42
11
stdout
Hello Net beans