Hello World repository for Git tutorial This is an example repository for the Git tutorial on https://www.w3schools.com This tutorial focuses mainly on Git and using GitHub as its remote.
This repository is built step by step in the tutorial.
It now includes steps for GitHub.
Description here
- bullet 1
- bullet 2
- bullet 3
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
return 0;
}
Description of heading 3 here.
Adding lines to readme