about summary refs log tree commit diff
path: root/templates/go/main.go
blob: 7776ec8d3f268a3ef393d2097b71dc5681cf48d9 (plain) (blame)
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
	fmt.Println("hello world!")
}