Files
linguist/samples/r/hello-r.R
2012-06-22 10:09:24 -05:00

5 lines
59 B
R

hello <- function() {
print("hello, world!")
}
hello()