RosettaCodeData/Task/Include-a-file/Go/include-a-file-2.go
2020-02-17 23:21:07 -08:00

8 lines
97 B
Go

// main2.go
package main
import "fmt"
func hello2() {
fmt.Println("Hello from main2.go")
}