diff --git a/src/main/java/ecse321/App.java b/src/main/java/ecse321/App.java index d19de59..aa389af 100644 --- a/src/main/java/ecse321/App.java +++ b/src/main/java/ecse321/App.java @@ -8,6 +8,6 @@ public class App { public static void main( String[] args ) { - System.out.println( "Hello World!" ); + System.out.println( "To be fair, you have to have a very high IQ to understand Rick and Morty. The humor is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head." ); } }