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