From 62eb99f7bafcde368c39610636bcc4b347428cf1 Mon Sep 17 00:00:00 2001 From: Jean-Olivier Irisson Date: Sun, 15 Mar 2009 02:06:49 +0800 Subject: [PATCH] Added R, a language for statistical computing --- R.R | 1 + 1 file changed, 1 insertion(+) create mode 100644 R.R diff --git a/R.R b/R.R new file mode 100644 index 00000000..1dc45ac1 --- /dev/null +++ b/R.R @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file