commit 81c000d37591ae8cb77545f7e2cbf00bf4eefa8c Author: JilingLee <18850011309@139.com> Date: Thu May 25 10:15:23 2023 +0800 test diff --git a/Test.java b/Test.java new file mode 100644 index 0000000..335bbde --- /dev/null +++ b/Test.java @@ -0,0 +1,5 @@ +public class Test { + public static void main(String[] args) { + System.out.println("fadsfa"); + } +}