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