summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.go
blob: 15cb07aa3a187b48b1709a1b942ce4a299d34b54 (plain)
1
2
3
4
5
import "fmt"

func main() {
    fmt.Printf("Hello World !!! \n")
}