mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -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{
|
class Driver{
|
||||||
//Drives the program
|
//Drives the program
|
||||||
public static main(): void{
|
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
|
//Holds the menu selection of the user
|
||||||
let selection: number;
|
let selection: number;
|
||||||
do{
|
do{
|
||||||
|
|||||||
Reference in New Issue
Block a user