R/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
mnel/testurls documentation built on May 13, 2019, 3:01 a.m.