From 70a217a85fcd3fc4c4eb33dac8c214d531b9406b Mon Sep 17 00:00:00 2001 From: wangwei10061 <153692771@qq.com> Date: Thu, 30 May 2024 15:45:29 +0800 Subject: [PATCH] test push --- Hello.java | 2 +- test/test1.py | 1 + test1 | 1 + test11.py | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/test1.py create mode 100644 test1 create mode 100644 test11.py 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