blob: 9fde1365d5443b7a4c0843f197334d970cce40ad [file] [log] [blame]
#include "system-1.h"
int main(void)
{
puts ("hello world!");
exit (0);
}