system-2.C   [plain text]


#include "system-2.H"

int main() 
{
  std::cout << "hello world!" << std::endl;
  return 0;
}