package main import ( "fmt" "../../atbash-cipher" ) func main() { fmt.Println(atbash.Atbash("mindblowingly")) }