fork download
  1. class Prova{
  2. public static void main(String[] args){
  3. System.out.println("Ciao");
  4. }
  5. }
Success #stdin #stdout 0.08s 54628KB
stdin
Standard input is empty
stdout
Ciao