#include<stdio.h>

int main() {
    printf("GitLab CI rocks!\n");
    return 0;
}
