mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 14:05:03 +08:00
Merge pull request #1376 from UnrealApex/master
Renamed C# from csharp to c# and added Java quote
This commit is contained in:
commit
dc572178d8
4 changed files with 19 additions and 2 deletions
|
|
@ -156,7 +156,7 @@
|
|||
"languages": [
|
||||
"code_python",
|
||||
"code_c",
|
||||
"code_csharp",
|
||||
"code_c#",
|
||||
"code_c++",
|
||||
"code_javascript",
|
||||
"code_javascript_1k",
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
,"pig_latin"
|
||||
,"code_python"
|
||||
,"code_c"
|
||||
,"code_csharp"
|
||||
,"code_c#"
|
||||
,"code_c++"
|
||||
,"code_javascript"
|
||||
,"code_javascript_1k"
|
||||
|
|
|
|||
17
static/quotes/code_java.json
Normal file
17
static/quotes/code_java.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"language": "code_java",
|
||||
"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