#include <iostream>
#include <string>
std::string name = "AgileBuses";
int main {
std::cout << "Hello from " << name << std::endl;
return 0;
}
// I actually don't know c++ that well.
// Derived from hello.cppIf there are any issues with this description, do not hesitate to open an issue, pull request, or email me. Thanks, AgileBuses

