updated README

This commit is contained in:
John O'Keefe 2023-10-16 12:50:00 -04:00
parent 2a6aeb95ad
commit 50567bc93e

View File

@ -1,3 +1,10 @@
# trying_out_go
# My Personal Go Playground
Playing with Golang mostly using the Head First Go book.
Playing with Golang mostly using the Head First Go book.
Entry point is playground.go.
To run use
```sh
go run trying_out_go
```