R/hello_world.R

Defines functions print_hello_world

print_hello_world <- function() {
  print("Hello world!")
}
Neves-P/DAISIEtesting documentation built on Oct. 11, 2020, 6:57 p.m.