Files
golang-repo-template/main.go
Jan Lerking 799dff646d update
2023-02-17 10:55:20 +01:00

8 lines
68 B
Go

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