1#include "system-1.h"
2int main(void)
3{
4  puts ("hello world!");
5  exit (0);
6}
7