9 lines
99 B
C++

#include <stdio.h>
extern const char* getTestString();
int main()
{
puts(getTestString());
}