fork download
  1. class HelloWorld {
  2. public static void main(String[] args) {
  3. System.out.println("Hello, Shubham");
  4. }
  5. }
Success #stdin #stdout 0.05s 4386816KB
stdin
Standard input is empty
stdout
Hello, Shubham