teamlead-dashboard/cmd/tld/tld.go

8 lines
74 B
Go
Raw Normal View History

2024-01-29 21:01:31 +00:00
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}