├── day1
├── first-file.txt
└── second.txt
├── index.html
└── readme.md
/day1/first-file.txt:
--------------------------------------------------------------------------------
1 | Everyone is enjoying Git and GitHub lesson.
2 | We are writing some text on the first file.
3 | This is the second line on the first file.
4 |
5 |
--------------------------------------------------------------------------------
/day1/second.txt:
--------------------------------------------------------------------------------
1 | This is the second file
2 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |