HTMLify
Home
Log in
Register
Dashboard
Frames
API
Hello World in Golang
Views: 7 | Author:
abh
// hellow world
package
main
import
(
"fmt"
)
func
main
()
{
fmt
.
Println
(
"woring ?"
)
}
Share this file:
Copy
Short Link
View Raw
Download File
(96 B)
Embed Code
Clone
Comments
abh
2025-01-17 16:06
Yes it is not output hello world
Reply(Mention)
Comment