summaryrefslogtreecommitdiff
path: root/test.java
diff options
context:
space:
mode:
Diffstat (limited to 'test.java')
-rw-r--r--test.java13
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);
- }
-}