aboutsummaryrefslogtreecommitdiff
path: root/go-src/README.md
blob: e3d6d737b09a105cda06bcf98d000196b9bd450a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# src-go

This is the [`Go`](https://go.dev/) implementation of the exercise.

**This is my first Go project!** As such, a lot is implemented in a stupid way and a lot of corners have been cut.

It took ~35 hours of coding time to implement (tracked with [wakapi](https://github.com/muety/wakapi), which means this time doesn't entierly account for off time, when I've been looking stuff up and not coding).

## Running if repository cloned

```bash
$ go run main/main.go
```