Codebase list crossguid / 0f27c74 test / TestMain.cpp
0f27c74

Tree @0f27c74 (Download .tar.gz)

TestMain.cpp @0f27c74raw · history · blame

1
2
3
4
5
6
7
#include "Test.hpp"
#include <iostream>

int main()
{
	return test(std::cout);
}