01 02 03 04 05 06 07
package algs11; import stdlib.*; public class Hello { public static void main (String[] args) { StdOut.println ("Hello"); } }