R/hello.R

Defines functions hello

Documented in hello

#' @title
#'
#' @description
#'
#' @return
#' @export
#'
#' @examples
hello <- function() {
  print("Hello, world!")
}
Leo4Luffy/curveLac documentation built on Jan. 5, 2020, 8:25 p.m.