R/print_helllo_world.R
print_hello_world.Rd
This function just prints hello world.
print_hello_world(x)
This argument does nothing. If it did do something, it might require more words to explain.
Prints "Hello, world!" to the console
"Hello, world!"
print_hello_world(x = 1) #> [1] "Hello, world!"