gr782_lva преди 3 години
родител
ревизия
a151d29251
променени са 1 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 7 2
      Readme.md

+ 7 - 2
Readme.md

@@ -1,4 +1,9 @@
 How to use this , you need a compiler for Go , and a compiler for Rust , then you can go to the directory and write depending on what you build or try to run
-#cargo run 
+```bash
+cargo run
+```
 or 
-#go run main.go 
+
+```bash
+go run main.go 
+```