From 96055d456ff4696b1ba46bd366cd5cb8993765c2 Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Sun, 17 Jan 2021 13:49:25 +0000 Subject: [PATCH] Added quote to code_c.json --- static/quotes/code_c.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 static/quotes/code_c.json diff --git a/static/quotes/code_c.json b/static/quotes/code_c.json new file mode 100644 index 000000000..9838a5654 --- /dev/null +++ b/static/quotes/code_c.json @@ -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 + } + ] +} \ No newline at end of file