Files
linguist/samples/R/hello-r.R
2012-07-23 15:52:49 -05:00

5 lines
59 B
R

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