summaryrefslogtreecommitdiffstats
path: root/Java/house.java
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-14 05:31:48 -0600
committermsglm <msglm@techchud.xyz>2023-01-14 05:31:48 -0600
commit9d53d8857eaa1c9405894a88ca75bc4657e42f35 (patch)
treeeb1efc1d028b949dd83bb710c68be8eff58f26e7 /Java/house.java
downloadschool-code-master.tar.gz
school-code-master.tar.bz2
school-code-master.zip
Inital CommitHEADmaster
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