R/hello.R

Defines functions hello

Documented in hello

hello <- function() {
  print("Hello, world!")
}
FagnerF/CurvasIDF documentation built on Nov. 28, 2022, 7:26 a.m.