FastCAR/man/hello.Rd

13 lines
128 B
Plaintext
Raw Normal View History

2020-03-25 15:18:06 +01:00
\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}