Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 193 Bytes

File metadata and controls

10 lines (9 loc) · 193 Bytes

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; }