about summary refs log tree commit diff
path: root/application/main.go
blob: 30de4429a19ea1bcf62c9b7b875d273030d3c3dd (plain)
1
2
3
4
5
6
7
8
9
package main

import (
	"fmt"
)

func main() {
	fmt.Println("hi! base setup works")
}