mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-20 20:46:15 +08:00
added Java quote
This commit is contained in:
parent
69c7219cae
commit
ae2dd8fd97
1 changed files with 17 additions and 0 deletions
17
static/quotes/code_java.json
Normal file
17
static/quotes/code_java.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue