Files
gitExample/main.go
2024-04-11 18:35:55 -06:00

8 lines
71 B
Go

package main
import "fmt"
func main(){
fmt.Println("Hello world")
}