We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a5cbd commit f36d9f5Copy full SHA for f36d9f5
readme.md
@@ -5,7 +5,7 @@ Simple CLI-tool for compressing files using Huffman coding algorithm.
5
## Usage
6
Build
7
```bash
8
-go build main.go -o compress
+go build -o compress main.go
9
```
10
11
Run
0 commit comments