Muhammad Habibullah
/home
/posts
Home
/
Posts
/
Hello World!
Hello World!
October 2, 2025
package
main
import
"fmt"
func
main
() {
fmt.
Println
(
"Hello World!"
)
}
back to top