8 lines
81 B
C++
Raw Normal View History

#include "Test.hpp"
#include <iostream>
int main()
{
return test(std::cout);
}