RosettaCodeData/Task/Include-a-file/Go/include-a-file-2.go

9 lines
97 B
Go

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