diff --git a/hello.class b/hello.class new file mode 100644 index 0000000..7258359 Binary files /dev/null and b/hello.class differ diff --git a/hello.java b/hello.java new file mode 100644 index 0000000..ae9addd --- /dev/null +++ b/hello.java @@ -0,0 +1,7 @@ +import java.util.Arrays; +import java.lang.String; +public class hello{ + public static void main(String[] args){ + System.out.println(Arrays.toString(new Object[] {1, 1.2, 2.2984092840294, "helloworld"})); + } +}