Sapa Golang

package main 

import "fmt"

func main(){

fmt.Println("Hi world!")

}
Armandres