###### tags: `C++` # First Hackmd ```cpp= #include<bit/stdc++.h> using namespace std; int main(){ cout<<"Hello World!"<<endl; return 0; } ``` **it's my first C++ code.**