1
1
Fork 0
exercism/r/hello-world/hello-world.R
Christina Sørensen f4bf341e34
feat(r): hello world
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-19 16:46:18 +01:00

3 lines
48 B
R

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