Compare commits

...
Sign in to create a new pull request.

1 commit
master ... Go

Author SHA1 Message Date
Joe Wroten
b87ccabca3 Go Hello Worlds Branch 2019-06-21 12:30:24 -05:00
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.**