blob: 836b36f2c62e6a3234490a909ad1ce267dad64e5 [file] [log] [blame]
nethercotee65e47b2004-10-14 08:38:06 +00001
2#include <stdio.h>
3
4int main(void)
5{
6 fprintf(stderr, "Hello, world!\n");
7 return 0;
8}
9