#include <stdio.h>

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