Files
gitExample/main.go
2024-04-11 18:45:10 -06:00

8 lines
72 B
Go

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