summaryrefslogtreecommitdiffstats
path: root/Java/house.java
diff options
context:
space:
mode:
Diffstat (limited to 'Java/house.java')
-rw-r--r--Java/house.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/Java/house.java b/Java/house.java
new file mode 100644
index 0000000..582288c
--- /dev/null
+++ b/Java/house.java
@@ -0,0 +1,16 @@
+class house {
+ public static void main(String[] args) {
+ System.out.println("\t / \\");
+ System.out.println("\t / \\");
+ System.out.println("\t/ \\");
+ System.out.println("\t| |");
+ System.out.println("\t| || |");
+ System.out.println("\t| || |");
+ System.out.println("This was awful");
+
+
+
+ }
+}
+
+//By msglm; Licensed under the AGPL v3