Files
ti1/test/test.go
2024-05-23 18:55:51 +02:00

8 lines
80 B
Go

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