aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-31 13:30:07 +0800
committerchai <chaifix@163.com>2018-07-31 13:30:07 +0800
commit67241b8841a5ccb01667c70cff260e64beb7c598 (patch)
tree5d83c5ab00b500bef73a36c84644d6112e1ffb64 /src/main.cpp
parent4aabba1d3fa07913101d77d5434dbb2c8d573a1a (diff)
*update
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 50d4ef0..256f39d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,6 @@
#include "libjin/jin.h"
-#include <iostream>
#include <Windows.h>
int main(int argc, char* argv[])
@@ -44,9 +43,6 @@ int main(int argc, char* argv[])
#undef BUFFER_SIZE
luax_setfield_string(L, "_dir", buffer);
- short a = -9;
- std::cout << (a << 8);
-
// boot
jin::lua::boot(L);