Go Hello Worlds Branch
This commit is contained in:
parent
234225d4c4
commit
b87ccabca3
4 changed files with 16 additions and 6 deletions
16
README.md
Normal file
16
README.md
Normal 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
|
||||||
|
|
|
@ -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.**
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue