X-Git-Url: https://git.danix.xyz/?p=curriculum.git;a=blobdiff_plain;f=README.md;h=e7b2ecad81b0f4eacb4b400a57dc42dd6a338dc8;hp=af99720b6d811aba439f64b20e026369100cef21;hb=HEAD;hpb=243eefe927b92d7d02fcc6f3a95420be2ba8f337 diff --git a/README.md b/README.md index af99720..e7b2eca 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ I have no idea what I should write here, but I'll try anyway -_Kind regards_ +__Kind regards__ + +## testing code + +``` +#! /bin /bash +# this is a code block +VAR=$("hello world") + +echo $VAR + +```