diff --git a/pros-branchline.json b/pros-branchline.json index fe51488..2330446 100644 --- a/pros-branchline.json +++ b/pros-branchline.json @@ -1 +1,9 @@ -[] +[ + { + "metadata": { + "versions": "pros-branchline/templates/kernel.json" + }, + "name": "kernel", + "target": "v5" + } +] \ No newline at end of file diff --git a/templates/kernel.json b/templates/kernel.json new file mode 100644 index 0000000..dbfe7f7 --- /dev/null +++ b/templates/kernel.json @@ -0,0 +1,9 @@ +[ + { + "metadata": { + "location": "https://pros.cs.purdue.edu/v5/_static/branchline/kernel/kernel@3.8.2.zip" + }, + "version": "3.8.2", + "supported_kernels": "null" + } +] \ No newline at end of file