blob: 72bea3c9a6f1c2208c582c82a147b9ea8c2d685f [file] [log] [blame]
#include "system-1.H"
int main()
{
std::cout << "hello world!" << '\n';
return 0;
}