#include <stdio.h>

void main(void)
{
    printf("Hello world!\n");
}