hello-learning/README.md
2019-06-21 12:30:24 -05:00

16 lines
139 B
Markdown

# Hello Go
```bash
go run hello-world.go
```
Prints: `Hello World`
---
```bash
go run hello-world-server.go
```
Launches a webserver