@ -0,0 +1,6 @@
// Hello world in Go
package main
import "fmt"
func main() {
fmt.Printf("Hello World\n")
}