90DaysOfDevOps/2022/Days/Go/hello.go

8 lines
91 B
Go
Raw Normal View History

2022-11-18 21:43:39 +07:00
package main
import "fmt"
func main() {
fmt.Println("Until tomorrow #90DaysOfDevOps")
}