Merge pull request #1376 from UnrealApex/master

Renamed C# from csharp to c# and added Java quote
This commit is contained in:
Jack 2021-05-08 17:30:59 +01:00 committed by GitHub
commit dc572178d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 2 deletions

View file

@ -156,7 +156,7 @@
"languages": [
"code_python",
"code_c",
"code_csharp",
"code_c#",
"code_c++",
"code_javascript",
"code_javascript_1k",

View file

@ -83,7 +83,7 @@
,"pig_latin"
,"code_python"
,"code_c"
,"code_csharp"
,"code_c#"
,"code_c++"
,"code_javascript"
,"code_javascript_1k"

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