Files
linguist/test/fixtures/r/hello-r.R
2012-06-07 12:17:24 -05:00

5 lines
59 B
R

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