hello-world This repository is used for practicing GitHub string. Let's say something to the world! #include int main() { std::cout << "Hello world!" << endl; return 0; }