#!/bin/bash
g++ -o test -lgtest_main test.cpp bitarray.cpp -lgtest -lpthread && ./test
