From c2fc5d1aeef1e022a9c84121d1e54dd230f0fe61 Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Mon, 22 Feb 2021 10:47:35 +0400 Subject: [PATCH] uncomment other tests --- Pizza/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pizza/index.js b/Pizza/index.js index 831bcd8..0af8d8e 100644 --- a/Pizza/index.js +++ b/Pizza/index.js @@ -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}`);