mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
Added quote to code_c.json
This commit is contained in:
parent
f0a9fe11cd
commit
96055d456f
1 changed files with 29 additions and 0 deletions
29
static/quotes/code_c.json
Normal file
29
static/quotes/code_c.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"language": "code_c",
|
||||
"groups": [
|
||||
[
|
||||
0,
|
||||
100
|
||||
],
|
||||
[
|
||||
101,
|
||||
300
|
||||
],
|
||||
[
|
||||
301,
|
||||
600
|
||||
],
|
||||
[
|
||||
601,
|
||||
9999
|
||||
]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
"text": "asmlinkage __visible void __init __no_sanitize_address start_kernel(void)",
|
||||
"source": "Linux Kernel Source Code",
|
||||
"length": 73,
|
||||
"id": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue