Skip to content
Snippets Groups Projects
Commit 62e814d2 authored by Tomas Berger's avatar Tomas Berger
Browse files

Add go hello world file

parent c23c70d4
No related branches found
No related tags found
No related merge requests found
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment