BismiALLAH

This commit is contained in:
2024-09-08 23:32:52 -04:00
commit f740a5ceb5
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module hello.com
go 1.22.6
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("BissmiALLAH")
}
View File