We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc9c126 + 2feac87 commit d5803a8Copy full SHA for d5803a8
utils/build.js
@@ -4,7 +4,7 @@ import fetch from 'node-fetch';
4
import fs from 'fs';
5
6
const COURSE_URL = 'https://programmers.co.kr/learn/courses/30';
7
-const levels = [1, 2, 3, 4, 5];
+const levels = [0, 1, 2, 3, 4, 5];
8
9
const createAPI = () => {
10
const splitCodeToSolutions = code => {
0 commit comments