Under the line where we defined main, type this one-lined wonder in: System.out.println("Hello world!!!!!"); The System.out.println command is used to "print" things to a console. No, the message "Hello World!!!!!" will not come out of your printer. Within the parenthesis you must type in the message between double quotation marks.