aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-31 12:19:22 +0800
committerchai <chaifix@163.com>2018-07-31 12:19:22 +0800
commita5bb008eb554daf26f55b5fe43b0fa12ffb15973 (patch)
tree1eac93471b855ef878d3fd6a4614cfacb1ea6464 /src/main.cpp
parent7ac86950d3a89a996974e8406ee88e8f5f44187d (diff)
*update
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 256f39d..50d4ef0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,6 +10,7 @@
#include "libjin/jin.h"
+#include <iostream>
#include <Windows.h>
int main(int argc, char* argv[])
@@ -43,6 +44,9 @@ 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);