X-Git-Url: https://git.danix.xyz/?p=curriculum.git;a=blobdiff_plain;f=README.md;h=e7b2ecad81b0f4eacb4b400a57dc42dd6a338dc8;hp=ca39281756a7ab8aca40a5b68e4cc5261a6bf3f1;hb=HEAD;hpb=c4b57d31be03cdf0e8651f62c189f6e774ccf785 diff --git a/README.md b/README.md index ca39281..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 + +```