blob: 4a42a8340e09d6e51efc9b782c78fedcf143b811 [file] [log] [blame]
#include <stdio.h>
int main(void)
{
printf("Hello world!\n");
return 0;
}