From c53e03b045dd0d9c4e56b7b2e7016735bfcb859b Mon Sep 17 00:00:00 2001 From: kon9chunkit Date: Tue, 8 Feb 2022 23:33:22 +0800 Subject: [PATCH] update --- content/scripts/test.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/scripts/test.java diff --git a/content/scripts/test.java b/content/scripts/test.java new file mode 100644 index 000000000..00b4c8545 --- /dev/null +++ b/content/scripts/test.java @@ -0,0 +1,7 @@ +// To be continued... + +public class Test { + public static void main(String[] args) { + System.out.println(); + } +} \ No newline at end of file