diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-04-26 22:54:35 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-04-26 22:54:35 -0400 |
commit | 7ea0790575bbeabcab52804636a1a87153e93159 (patch) | |
tree | 078c95997e903399d0031c4a7f4a856dddccdc3c /apcs | |
parent | 75f0a15229cab6c0c00e7819c1496569ad4a4b8e (diff) | |
download | NPEhero-7ea0790575bbeabcab52804636a1a87153e93159.tar.gz NPEhero-7ea0790575bbeabcab52804636a1a87153e93159.tar.bz2 NPEhero-7ea0790575bbeabcab52804636a1a87153e93159.zip |
test vscode 2
Diffstat (limited to 'apcs')
-rw-r--r-- | apcs/Driver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apcs/Driver.java b/apcs/Driver.java index accac33..e0993d3 100644 --- a/apcs/Driver.java +++ b/apcs/Driver.java @@ -12,7 +12,7 @@ public class Driver public static void main(String[] args) { - // TODO Auto-generated method stub + System.out.println("test"); } |