Skip to content

Commit

Permalink
test123
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Nov 30, 2022
1 parent 8b0bc99 commit 0853074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DeveMazeGeneratorCore.ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static void Main(string[] args)
var menu = new ConsoleMenu(ConsoleMenuType.KeyPress, 1, 1, 3);
menu.MenuOptions.Add(new ConsoleMenuOption("Single Threaded Benchmark", ActualBenchmark2));
menu.MenuOptions.Add(new ConsoleMenuOption("Multi Threaded Benchmark", ActualBenchmark2_Parallel));
menu.MenuOptions.Add(new ConsoleMenuOption("Create Icons", CreateIcons));

menu.RenderMenu();
menu.WaitForResult();
Expand Down

0 comments on commit 0853074

Please sign in to comment.