diff --git a/hell.class b/hell.class new file mode 100644 index 0000000..b9a4b2f Binary files /dev/null and b/hell.class differ diff --git a/hell.java b/hell.java new file mode 100644 index 0000000..5d594d0 --- /dev/null +++ b/hell.java @@ -0,0 +1,5 @@ +public class hell{ + public static void main(String[] args){ + System.out.println("Hello! Hell!"); + } +}