From: danix Date: Fri, 24 Feb 2023 10:51:52 +0000 (+0100) Subject: testing code blocks in readme file X-Git-Url: https://git.danix.xyz/?p=curriculum.git;a=commitdiff_plain;h=HEAD testing code blocks in readme file --- 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 + +```