90DaysOfDevOps/2022/tr/Days/Go/hello.go
2023-06-07 14:18:28 +03:00

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