mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-07 05:50:32 +07:00
18 lines
296 B
Go
18 lines
296 B
Go
<<<<<<< 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
|