Files
TCX-package/main.go
2023-03-07 12:48:26 +01:00

8 lines
68 B
Go

package main
import . "fmt"
func main() {
Println("I'm here!")
}