alchemyst/main.go
2017-10-16 15:38:45 +03:00

8 lines
75 B
Go

package main
import "log"
func main() {
log.Println("Starting...")
}