From 50567bc93ee9cf5e880844c8c0ace72c0ce08823 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Mon, 16 Oct 2023 12:50:00 -0400 Subject: [PATCH] updated README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19872f0..7b6fd22 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# trying_out_go +# My Personal Go Playground -Playing with Golang mostly using the Head First Go book. \ No newline at end of file +Playing with Golang mostly using the Head First Go book. + +Entry point is playground.go. + +To run use +```sh +go run trying_out_go +```