From 47a65f608f485af32d2df12be489146ad67839e1 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 21 Jul 2022 23:46:56 -0400 Subject: minor fixes, syntax highlighting for java & js --- test.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test.java (limited to 'test.java') diff --git a/test.java b/test.java new file mode 100644 index 0000000..7183aed --- /dev/null +++ b/test.java @@ -0,0 +1,13 @@ +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); + } +} -- cgit v1.2.3