R/hello.R

Defines functions hello

Documented in hello

hello <- function() {
  print("Hello, world!")
}
kyhkkm/comparison documentation built on May 23, 2022, 12:06 a.m.