package sample

import render "github.com/acme/project/pkg/render"

func Run(address string) string {
    return render.Normalize(address)
}
