ethscore/man/hello.Rd
2022-07-26 13:01:31 -04:00

13 lines
128 B
R

\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}