Skip to content
Extraits de code Groupes Projets
hello.Rd 128 octets
Newer Older
  • Learn to ignore specific revisions
  • Christophe Desagre's avatar
    Christophe Desagre a validé
    \name{hello}
    \alias{hello}
    \title{Hello, World!}
    \usage{
    hello()
    }
    \description{
    Prints 'Hello, world!'.
    }
    \examples{
    hello()
    }