diff options
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); - } -} |