keep-up/cmd/keep-up/main.go
2022-01-03 21:58:10 +01:00

6 lines
56 B
Go

package main
func main() {
println("Hello, world!")
}