( ̧⸝⸝⍢⸝⸝)̂

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 ## To build
````bash ````shell
make build make build
```` ````
## To run ## To run
````bash ````shell
make run make run
```` ````
## To test ## To test
````bash ````shell
make test make test
```` ````