1 2 3 4 5 6 7
#include "system-2.H" int main() { std::cout << "hello world!" << std::endl; return 0; }