Skip to content

Instantly share code, notes, and snippets.

@petermeissner
Last active August 29, 2015 14:21
Show Gist options
  • Save petermeissner/5811f0fafd17c4df714c to your computer and use it in GitHub Desktop.
Save petermeissner/5811f0fafd17c4df714c to your computer and use it in GitHub Desktop.
Hello World
hello_world <- function() {
message(
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n",
"* * * * HELLO WORLD * * * *\n",
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
)
}
hello_world()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment