changeset 8:5875cb5f42d4 draft

Uploaded
author greg
date Mon, 15 Aug 2016 14:25:31 -0400
parents d48f590690fe
children da9203d74d1d
files hello_world.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hello_world.R	Mon Aug 15 14:23:44 2016 -0400
+++ b/hello_world.R	Mon Aug 15 14:25:31 2016 -0400
@@ -12,7 +12,7 @@
 opt <- args$options
 
 fileConn<-file(opt$output)
-writeLines(c("Hello","World"), fileConn)
+writeLines(c("Hello World!"), fileConn)
 close(fileConn)