From fbefbfadb866917fd3d85cdf90974f3fc7401cf3 Mon Sep 17 00:00:00 2001 From: s3xi Date: Tue, 10 Oct 2017 12:44:43 +0100 Subject: [PATCH] Wubalubadubdub --- Morty.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Morty.java 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