diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
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); |