Inspiration
I had tried to new GO language.
What it does
print hello world
How I built it
go compiler
What I learned
Learned Basic syntax
What's next for Hello, World in a New Language
To learn loop
code
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World")
}
Log in or sign up for Devpost to join the conversation.