Files
go-crud/main.go
2024-02-21 12:47:51 -06:00

8 lines
76 B
Go

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