1
0
Fork
You've already forked dev-tools-demo
0
This is a demo repository made for the use with exercises during course on development tools.
Find a file
2023年08月17日 11:01:55 +02:00
LICENSE.txt added LICENSE.txt 2023年08月17日 11:01:55 +02:00
README.md added README.md 2023年08月17日 10:55:55 +02:00

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.