mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
Added solution to problem 3
This commit is contained in:
@@ -31,7 +31,7 @@ enum BenchmarkOptions{runSpecific = 1, runAllShort, runAll, exit, size};
|
||||
|
||||
|
||||
export class Benchmark{
|
||||
private static tooLong = [];
|
||||
private static tooLong: number[] = [];
|
||||
//The driver function for the benchmark selection
|
||||
public static benchmarkMenu(): void{
|
||||
let selection: BenchmarkOptions = BenchmarkOptions.size;
|
||||
|
||||
Reference in New Issue
Block a user