X-Git-Url: https://git.danix.xyz/?p=curriculum.git;a=blobdiff_plain;f=README.md;fp=README.md;h=e7b2ecad81b0f4eacb4b400a57dc42dd6a338dc8;hp=216f18bc69d01981b71ba40202d9d75d57ff3685;hb=20a84aa17efe1f21d1820a76b21c0f8da4a9b6ba;hpb=8f2d16d620a9907a7e5b8d819dfcf4200736d2ca diff --git a/README.md b/README.md index 216f18b..e7b2eca 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,14 @@ 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 + +```