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