aboutsummaryrefslogtreecommitdiff
path: root/samples/R/hello-r.R
blob: 30d715c3fdb788a5b7c0b212ccd8e635c7dc6015 (plain)
1
2
3
4
hello <- function() {
    print("hello, world!")
}
hello()