1#include <stdio.h> 2 3int 4main(void) 5{ 6 printf("hello, world\n"); 7 return 0; 8}
View as plain text