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

18 lines
296 B
Go
Raw Normal View History

2023-06-07 18:18:28 +07:00
<<<<<<< HEAD:2022/es/Days/Go/hello.go
package main
import "fmt"
func main() {
fmt.Println("Until tomorrow #90DaysOfDevOps")
}
=======
package main
import "fmt"
func main() {
fmt.Println("Hasta mañana #90DaysOfDevOps")
}
>>>>>>> feature/translateES-03-adaptation:es/Days/Go/hello.go