blob: 0fa7c4b8817591c2dff2b3997d2566320ac6d9fc [file] [log] [blame]
Hao Zhue4145112015-11-05 17:52:59 -05001\name{hello}
2\alias{hello}
3\title{Hello, World!}
4\usage{
5hello()
6}
7\description{
8Prints 'Hello, world!'.
9}
10\examples{
11hello()
12}