logman/main.go

8 lines
67 B
Go
Raw Normal View History

2019-08-13 09:48:47 -05:00
package main
import "fmt"
func main() {
fmt.Println("Hello!")
}