testing code blocks in readme file
[curriculum.git] / README.md
index 8059967..e7b2eca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,3 +3,16 @@
 ### There are may like it but this is mine
 
 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
+
+```