Primer commit

This commit is contained in:
Costa
2022-02-03 11:32:24 +01:00
commit e88abb5cb5
4 changed files with 42 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}