summaryrefslogtreecommitdiff
path: root/ickadmin.go
blob: 5b73754a0952963a51e2b17d51ccc24a7ad8b03a (plain)
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
	fmt.Println("hello, there")
}