2012-08-22 13:25:58 +00:00

7 lines
107 B
C

#include <stdio.h>
int main(int argc, char const *argv[]) {
printf("Hello world.\n");
return 0;
}