From ab62e002e86307983501616cd2046c4cf3fffbc2 Mon Sep 17 00:00:00 2001 From: William Suggs Date: Sat, 26 Jul 2008 16:52:27 -0400 Subject: [PATCH] Added ratfor --- r/ratfor.ratfor | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 r/ratfor.ratfor diff --git a/r/ratfor.ratfor b/r/ratfor.ratfor new file mode 100644 index 00000000..03d0adb8 --- /dev/null +++ b/r/ratfor.ratfor @@ -0,0 +1,2 @@ +print *, 'Hello, world' +end \ No newline at end of file