diff --git a/ProjectEuler.ts b/ProjectEuler.ts index 2c1343d..503d90a 100644 --- a/ProjectEuler.ts +++ b/ProjectEuler.ts @@ -33,8 +33,6 @@ enum SELECTIONS{SOLVE = 1, DESCRIPTION, LIST, BENCHMARK, EXIT, SIZE}; class Driver{ //Drives the program public static main(): void{ - console.log("Welcome to ProjectEulerTS\nPress Enter to continue\n\n\n"); - readlineSync.question("", {hideEchoBack: true}); //Holds the menu selection of the user let selection: number; do{