fork download
/* package whatever; // don't place package name! */

import java.util.*;
import java.lang.*;
import java.io.*;
import java.nio.ByteBuffer;

import com.google.common.hash.HashCode;
import com.google.common.hash.Hashing;
import com.google.common.io.BaseEncoding;

/* Name of the class has to be "Main" only if the class is public. */
class Ideone
{
	public static void main(String[] args) {
    	
      System.out.println("Hello, World!");
  }
}
Success #stdin #stdout 0.1s 52560KB
stdin
Standard input is empty
stdout
Hello, World!