Go Hello Worlds Branch

This commit is contained in:
Joe Wroten 2019-06-21 12:30:24 -05:00
parent 234225d4c4
commit b87ccabca3
4 changed files with 16 additions and 6 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# Hello Go
```bash
go run hello-world.go
```
Prints: `Hello World`
---
```bash
go run hello-world-server.go
```
Launches a webserver

View file

@ -1,6 +0,0 @@
# Hello (World) Learning
A place for me to play around with some basic example apps, most commonly "Hello World"'s and "TODO" examples.
**Each language/framework is broken down by branch.**