index
:
suspect-devices/linguist
content-type-fix
jenkins-pluginspec
mac-format
master
Language Savant
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
R
/
hello-r.R
blob: 30d715c3fdb788a5b7c0b212ccd8e635c7dc6015 (
plain
)
1
2
3
4
hello
<-
function
()
{
print
(
"hello, world!"
)
}
hello
()