diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-01-07 14:12:23 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-01-07 14:12:23 +0100 |
| commit | fe024cd35abc6ce920d48e96140e74d867f9cdcd (patch) | |
| tree | d355711f24b8c1fe07891bb567753c4b3742eb3f /main.go | |
Add main.go
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +package main + +import "fmt" + + +func main() { + fmt.Println("Hello World") +} |
