# HG changeset patch # User greg # Date 1471285531 14400 # Node ID 5875cb5f42d41b22fee8bfc428807d8a00d3cc97 # Parent d48f590690fe153373fe531baead96593ce8ebf2 Uploaded diff -r d48f590690fe -r 5875cb5f42d4 hello_world.R --- 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)