I made a file!
This commit is contained in:
parent
f36116aca7
commit
84c8f2236b
12
just-testing.R
Normal file
12
just-testing.R
Normal file
@ -0,0 +1,12 @@
|
||||
# Yes, this is just a test to make sure I'm remotely
|
||||
# capable of writing and running an R file.
|
||||
|
||||
|
||||
print("dogs rule cats drool")
|
||||
|
||||
x = 10.5
|
||||
y = as.integer(4)
|
||||
|
||||
print(x + y)
|
||||
|
||||
# vim:filetype=r
|
Loading…
Reference in New Issue
Block a user