8 lines
79 B
C
Raw Normal View History

2019-11-11 23:01:05 +01:00
#include <stdio.h>
int main(void)
{
printf("Hello world!\n");
return 0;
}