X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=e7b2ecad81b0f4eacb4b400a57dc42dd6a338dc8;hb=refs%2Fheads%2Fmaster;hp=af99720b6d811aba439f64b20e026369100cef21;hpb=243eefe927b92d7d02fcc6f3a95420be2ba8f337;p=curriculum.git 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 + +```