2021-02-08 14:53:49 +01:00

5 lines
64 B
C

#include <stdio.h>
int main() {
printf("Hello world!\n");
}