diff options
| author | chai <chaifix@163.com> | 2019-09-23 20:54:30 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2019-09-23 20:54:30 +0800 |
| commit | 37c24268780d376cd72528c814260a192e61823e (patch) | |
| tree | f2210ffca4086a5cc664394e8629da4fa861eb82 /src/02-enum/main.cpp | |
| parent | 0382bd8a03b82b9c154d896e819ee7fed24025eb (diff) | |
+ misc测试
Diffstat (limited to 'src/02-enum/main.cpp')
| -rw-r--r-- | src/02-enum/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/02-enum/main.cpp b/src/02-enum/main.cpp index 172364b..c3914e7 100644 --- a/src/02-enum/main.cpp +++ b/src/02-enum/main.cpp @@ -36,6 +36,7 @@ int main(int args, char* argv[]) luaL_dofile(L, "02-enum/enum.lua"); lua_close(L); + getchar(); return 0; } |
