dharma/cmd/dharma/main.go
2024-03-13 18:47:00 +01:00

7 lines
73 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello there!")
}