added Java quote

This commit is contained in:
UnrealApex 2021-05-07 22:22:26 +00:00
parent 69c7219cae
commit ae2dd8fd97

View file

@ -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
}
]
}