public class AssignmentOne {
    public static void main(String[] args) {
        System.out.println("This is actually kind of fun.");
        System.out.println("Remember that the words and spaces inside the quotes");
        System.out.println("must stay exactly as they are."); 
    }
}
