Details | Compare with Previous | View Log
#include "system-1.h"
int main(void)
{
puts ("hello world!");
exit (0);
}