الملفات
Ghyamah-task-1-cli2/test-projects/go-test/main.go
2026-08-20 21:42:57 +03:00

8 أسطر
78 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello from Go!")
}