Fix:latest
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
Gitea Actions Demo / GoBuild (push) Successful in 33s

This commit is contained in:
dadgam3er 2024-09-09 11:16:39 -04:00
parent 04a6cec4c3
commit 037a1ae457

View File

@ -4,6 +4,6 @@ import "fmt"
func main() { func main() {
for i := 0; i < 2; i++ { for i := 0; i < 2; i++ {
fmt.Println("BissmiALLAH - a Successeful action here el HAMDOULI ALLAH") fmt.Println("BissmiALLAH - a Successeful action here el HAMDOULI ALLAH is now with DOCKER-COMPOSE")
} }
} }