Browse Source

hello

master
test2 4 years ago
parent
commit
6e02aa9216
  1. 3
      examples/HelloWorld.R
  2. 10
      swarmlab/Makefile

3
examples/HelloWorld.R

@ -0,0 +1,3 @@
# R program to print Hello World
aString = "Hello World!"
print ( aString)

10
swarmlab/Makefile

@ -0,0 +1,10 @@
all: hello
hello:
Rscript ../examples/HelloWorld.R
Loading…
Cancel
Save