add switch case as string key

This commit is contained in:
chatlanin
2022-11-07 13:01:31 +03:00
parent 9f47c86bc2
commit 7c79befcb2
4 changed files with 68 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
executable(
'hack', 'main.cpp',
'hack',
'main.cpp',
dependencies : deps,
cpp_args: args
)