X-Git-Url: https://git.danix.xyz/?p=curriculum.git;a=blobdiff_plain;f=README.md;h=e7b2ecad81b0f4eacb4b400a57dc42dd6a338dc8;hp=805996733a528b2ea3ea2a17c347b3489c5dd645;hb=HEAD;hpb=123d119890a9cccfb9312c9063a9cd0a16f11f89 diff --git a/README.md b/README.md index 8059967..e7b2eca 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,16 @@ ### There are may like it but this is mine I have no idea what I should write here, but I'll try anyway + +__Kind regards__ + +## testing code + +``` +#! /bin /bash +# this is a code block +VAR=$("hello world") + +echo $VAR + +```