diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 00:16:35 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 00:16:35 -0500 |
commit | 85ee81b8ae972d17f0e3dc78657077924c047ada (patch) | |
tree | c786708c0e3b4d0340e712d01eb0160145e5af38 /test.java | |
parent | 9a5cad47fe6a8b84892f62e110ca887c95df5eff (diff) |
added workspaceFolders support
but broke non-workspaceFolders support
Diffstat (limited to 'test.java')
-rw-r--r-- | test.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test.java b/test.java deleted file mode 100644 index 7183aed..0000000 --- a/test.java +++ /dev/null @@ -1,13 +0,0 @@ -class Test { - public static void main(String[] args) { - /* hello! - everyone - this - is - a test*/ - String x = "hello, world!\""; - System.out.println(x + - "yes\n\\"+ - x); - } -} |