Files
ti1/test/mypackage/test.go
Peder Vatn Austad 41dddd1778 0.1.7x testin
2024-05-23 18:52:25 +02:00

8 lines
85 B
Go

package mypackage
import "fmt"
func PrintHello() {
fmt.Println("Hello, World!")
}