Skip to content

This repo is created to test Git Tutorial from W3Schools.com

Notifications You must be signed in to change notification settings

daviduntalan/test-w3schools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

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.

Heading 1

Description here

Heading 2

  • bullet 1
  • bullet 2
  • bullet 3
#include <iostream>

int main()
{
	std::cout << "Hello, world!" << std::endl;
	return 0;
}

Heading 3

Description of heading 3 here.

Adding lines to readme

About

This repo is created to test Git Tutorial from W3Schools.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published