R/hello.R

Defines functions hello

Documented in hello

hello <- function() {
  print("Hello, world!")
}
Hendriico/MOSLReports documentation built on Dec. 15, 2019, 9:41 p.m.