Language Go Hello World

package main

import "fmt"

func main() {
fmt.Println("hello world")
}
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
view raw HelloWorld.go hosted with ❤ by GitHub

Comments