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