90DaysOfDevOps/Days/Go/hello.go

8 lines
98 B
Go
Raw Normal View History

2022-01-09 19:45:13 +07:00
package main
import "fmt"
func main() {
fmt.Println("Until tomorrow #90DaysOfDevOps")
}