diff --git a/helloahmed/main.exe b/helloahmed/main.exe new file mode 100644 index 0000000..7326dbc Binary files /dev/null and b/helloahmed/main.exe differ diff --git a/helloahmed/main.go b/helloahmed/main.go new file mode 100644 index 0000000..1922015 --- /dev/null +++ b/helloahmed/main.go @@ -0,0 +1,8 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello World") + fmt.Println(`my name is ahmed`) +}