package main

import "fmt"

func main() {
    // چاپ یک پیام ساده به کنسول
    fmt.Println("Hello, World!")
}