BismiALLAH-newAction-elHamdouli ALLAHOH
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
Gitea Actions Demo / GoBuild (push) Successful in 27s

This commit is contained in:
dadgam3er 2024-09-09 00:38:09 -04:00
parent 9b3b1a9bc6
commit 04a6cec4c3

View File

@ -3,5 +3,7 @@ package main
import "fmt"
func main() {
fmt.Println("BissmiALLAH - a Successeful action here el HAMDOULI ALLAH")
for i := 0; i < 2; i++ {
fmt.Println("BissmiALLAH - a Successeful action here el HAMDOULI ALLAH")
}
}