uncomment other tests

This commit is contained in:
Kishan Takoordyal 2021-02-22 10:47:35 +04:00
parent d23a2b76f9
commit c2fc5d1aee

View File

@ -296,8 +296,8 @@ function main(file, char) {
main(file_a, 'A');
main(file_b, 'B');
// main(file_c, 'C');
// main(file_d, 'D');
// main(file_e, 'E');
main(file_c, 'C');
main(file_d, 'D');
main(file_e, 'E');
console.log(`Total Score: ${totalScore}`);