瀏覽代碼

Update 'Readme.md'

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 
+```