Explorar o código

cleanup in main

Kajetan Johannes Hammerle %!s(int64=3) %!d(string=hai) anos
pai
achega
413dfbdf91
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      Main.cpp

+ 0 - 11
Main.cpp

@@ -1,17 +1,6 @@
 #include "tests/HashMapTests.h"
 #include "tests/ListTests.h"
 #include "tests/BitArrayTests.h"
-#include "utils/BitArray.h"
-
-#include <iostream>
-
-void test(int i) {
-    for(int k = 0; k < 32; k++) {
-        std::cout << static_cast<char> ((i & 1) + '0');
-        i >>= 1;
-    }
-    std::cout << "\n";
-}
 
 int main() {
     HashMapTests::test();