main.c   [plain text]


#include <stdio.h>

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