test2
5 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
# R program to print Hello World |
|||
aString = "Hello World!" |
|||
print ( aString) |
@ -0,0 +1,10 @@ |
|||
all: hello |
|||
|
|||
hello: |
|||
|
|||
Rscript ../examples/HelloWorld.R |
|||
|
|||
|
|||
|
|||
|
|||
|
Loading…
Reference in new issue