Browse Source

docs: Address example of usage as per review

1267-sumascii
estlop 2 years ago
parent
commit
1e555ed0f4
  1. 4
      subjects/sumascii/README.md

4
subjects/sumascii/README.md

@ -11,4 +11,8 @@ $ go run . "hi" | cat -e
209$
$ go run . "" | cat -e
0$
$ go run . "S" "A"
0$
$ go run . | cat -e
0$
```

Loading…
Cancel
Save