#include "Test.h"

int main(int argAmount, const char** args) {
    if(argAmount >= 2) {
        tsStart(args[1]);
    }
    return 0;
}