Browse Source

docs(getascii): ran prettier format

DEV-4017-prototypes-exercise-1-animals
jrosendo 2 years ago committed by José Rosendo
parent
commit
816f05e228
  1. 3
      subjects/get-alpha/README.md

3
subjects/get-alpha/README.md

@ -10,7 +10,6 @@ Write a program that takes an `int` between `[0-127]` as an argument and returns
### Usage
```go
$ go run . | cat -e
$
@ -20,4 +19,4 @@ $ go run . "95" | cat -e
_
$ go run . "95" "102" | cat -e
$
```
```

Loading…
Cancel
Save