Dummy hello world repository just to test and learn github. #include using namespace std; int main() { cout << "Hello World"; return 0; }