#include <iostream>
#include <glm/glm.hpp>
int main(int, char**) {
printf("Hello World\n");
return 0;
}