Files
trikotwaschliste/main.go
2020-10-08 12:03:53 +02:00

9 lines
70 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hallo")
}