( ̧⸝⸝⍢⸝⸝)̂

main
pxi 2023-12-30 22:42:14 +01:00
parent ef30b5b012
commit a613b8331f
1 changed files with 3 additions and 3 deletions

View File

@ -4,19 +4,19 @@ An implementation in Go.
## To build
````bash
````shell
make build
````
## To run
````bash
````shell
make run
````
## To test
````bash
````shell
make test
````