Codebase list crossguid / run/9476235b-f0c3-4702-961d-c4b8e96540f3/upstream test / TestMain.cpp
run/9476235b-f0c3-4702-961d-c4b8e96540f3/upstream

Tree @run/9476235b-f0c3-4702-961d-c4b8e96540f3/upstream (Download .tar.gz)

TestMain.cpp @run/9476235b-f0c3-4702-961d-c4b8e96540f3/upstreamraw · history · blame

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

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