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