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