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

18 lines
296 B
Go
Raw Normal View History

<<<<<<< HEAD:2022/es/Days/Go/hello.go
2022-04-21 21:17:43 +07:00
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