1
1
Fork 0
exercism/r/hello-world/hello-world.R

4 lines
48 B
R
Raw Permalink Normal View History

hello_world <- function() {
"Hello, World!"
}