mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 09:34:00 -05:00
Removed unneeded code
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user