5 lines
64 B
C
Raw Normal View History

2021-02-08 14:53:49 +01:00
#include <stdio.h>
int main() {
printf("Hello world!\n");
}