LapisDeploy/main.go
2024-03-07 15:11:25 -06:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, world")
}