diff --git a/Morty.java b/Morty.java new file mode 100644 index 0000000..cf492ff --- /dev/null +++ b/Morty.java @@ -0,0 +1,7 @@ +public class Morty { + + public static void main(String[] args) { + System.out.println("G-g-gee Rick I don't know about this."); + } + +} \ No newline at end of file