2603회 채점완료

This commit is contained in:
2026-04-02 15:25:28 +09:00
parent 5da9cba080
commit 51832bd416
54 changed files with 7066 additions and 94 deletions

10
main.js
View File

@@ -12,7 +12,7 @@ const getToday = require('./getToday.js');
const todayDate = getToday();
// 시험 회차
const examRound = '2602';
const examRound = '2603';
const codeTypes = [
'DIC',
@@ -20,14 +20,14 @@ const codeTypes = [
];
const examTypes = [
// 'A',
'A',
'B',
'C',
// 'C',
// 'D'
];
// testMode가 true일 경우 TEST 폴더에 있는 답안 파일을 읽어옴
const testMode = false;
// testMode가 true일 경우 TEST 폴더에 있는답안 파일을 읽어옴
const testMode = false;
// const testMode = true;
const outputExcelFiles = [];