From ae2dd8fd971c385be1d69284ddbfdae918e7ed6c Mon Sep 17 00:00:00 2001 From: UnrealApex Date: Fri, 7 May 2021 22:22:26 +0000 Subject: [PATCH] added Java quote --- static/quotes/code_java.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 static/quotes/code_java.json diff --git a/static/quotes/code_java.json b/static/quotes/code_java.json new file mode 100644 index 000000000..e0dadb61f --- /dev/null +++ b/static/quotes/code_java.json @@ -0,0 +1,17 @@ +{ + "language": "code_javascript", + "groups": [ + [0, 100], + [101, 300], + [301, 600], + [601, 9999] + ], + "quotes": [ + { + "text": "public class Main {\\npublic static void main(String[] args) {\\n\\tSystem.out.println(\"Hello World\");\\n\\t}\\n}", + "source": "W3Schools - Java Getting Started", + "id": 1, + "length": 87 + } + ] +}