system-1.c   [plain text]


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