#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.cpp
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.