9 lines
95 B
C++
9 lines
95 B
C++
|
|
#include "./test.hpp"
|
|
|
|
int main(int, char**)
|
|
{
|
|
tst::printHelloWorld(100);
|
|
return 0;
|
|
}
|