teamlead-dashboard/cmd/tld/tld.go

9 lines
75 B
Go
Raw Normal View History

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