#include <iostream> int main(int argc, char const* argv[]) { std::cout << "hello botalion!" << std::endl; return 0; }