R/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
leeper/test documentation built on May 21, 2019, 1:39 a.m.