trying_out_go/README.md

11 lines
161 B
Markdown
Raw Normal View History

2023-10-16 12:50:00 -04:00
# My Personal Go Playground
2023-10-16 12:40:41 -04:00
2023-10-16 12:50:00 -04:00
Playing with Golang mostly using the Head First Go book.
Entry point is playground.go.
To run use
```sh
go run trying_out_go
```