public class Dime2 { public static void main(String[] args) { //Lyrics by Yip Harburg. print without the "ln". System.out.print("Once I built a railroad,"); System.out.print("Made it run:"); System.out.print("Brother, can you spare a dime?"); System.exit(0); } }