#include <stdio.h>
#include <stdlib.h>

int main(void) {
    puts("hello world");
    return EXIT_SUCCESS;
}
