#include <iostream> int main(int argc, char **argv) { std::cout << "It's pastis time!\n"; return 0; }