Hello World

package main

import (
	"github.com/evovetech/hello"
)

func main() {
	hello.World()
}