This is a demo repository made for the use with exercises during course on development tools.
| LICENSE.txt | added LICENSE.txt | |
| README.md | added README.md | |
README
this is a test heading
and this a smaller one
but we can do more
which means smaller
but here we stop with headings
This is the first paragraph of text.
This is the second paragraph of text.
Here's a block quote.
and a list:
- item one
- item two
This is a block of code:
std::cout << "hello world";
and here another one:
echo "hello world"
This is enough for now, more maybe later.