testing code blocks in readme file
[curriculum.git] / README.md
1 # This is my Curriculum Vitae
2
3 ### There are may like it but this is mine
4
5 I have no idea what I should write here, but I'll try anyway
6
7 __Kind regards__
8
9 ## testing code
10
11 ```
12 #! /bin /bash
13 # this is a code block
14 VAR=$("hello world")
15
16 echo $VAR
17
18 ```