8 lines
81 B
C++
8 lines
81 B
C++
|
#include "Test.hpp"
|
||
|
#include <iostream>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return test(std::cout);
|
||
|
}
|