diff --git a/Hello.java b/Hello.java index b42e302..ccf9b98 100644 --- a/Hello.java +++ b/Hello.java @@ -1,5 +1,5 @@ public class { public static void main(String[] args) { - System.out.println(); + System.out.println("hello"); } } \ No newline at end of file diff --git a/test/test1.py b/test/test1.py new file mode 100644 index 0000000..ed0f110 --- /dev/null +++ b/test/test1.py @@ -0,0 +1 @@ +print('hello') \ No newline at end of file diff --git a/test1 b/test1 new file mode 100644 index 0000000..ed0f110 --- /dev/null +++ b/test1 @@ -0,0 +1 @@ +print('hello') \ No newline at end of file diff --git a/test11.py b/test11.py new file mode 100644 index 0000000..ed0f110 --- /dev/null +++ b/test11.py @@ -0,0 +1 @@ +print('hello') \ No newline at end of file