Files
gotest/main.go
2024-04-17 15:32:11 +02:00

8 lines
68 B
Go

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