]> danix's work - curriculum.git/commitdiff
testing code blocks in readme file master
authordanix <redacted>
Fri, 24 Feb 2023 10:51:52 +0000 (11:51 +0100)
committerdanix <redacted>
Fri, 24 Feb 2023 10:51:52 +0000 (11:51 +0100)
README.md

index 216f18bc69d01981b71ba40202d9d75d57ff3685..e7b2ecad81b0f4eacb4b400a57dc42dd6a338dc8 100644 (file)
--- 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__
 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
+
+```