package algs11;
import stdlib.*;
public class Hello {
	public static void main (String[] args) {
		StdOut.println ("Hello");
	}
}