Skip to content

Commit 2ebe896

Browse files
committed
add bench to the menu
1 parent 1421cfe commit 2ebe896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/menu.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using REPL.TerminalMenus
33
options = ["rectangular_wing = include(\"rectangular_wing.jl\")",
44
"ram_air_kite = include(\"ram_air_kite.jl\")",
55
"stall_model = include(\"stall_model.jl\")",
6+
"bench = include(\"bench.jl\")",
67
"quit"]
78

89
function example_menu()

0 commit comments

Comments
 (0)