aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-134/abigail/r/ch-1.r4
1 files changed, 1 insertions, 3 deletions
diff --git a/challenge-134/abigail/r/ch-1.r b/challenge-134/abigail/r/ch-1.r
index e58f54cbfd..e85732d31f 100644
--- a/challenge-134/abigail/r/ch-1.r
+++ b/challenge-134/abigail/r/ch-1.r
@@ -6,6 +6,4 @@
# Run as: Rscript ch-1.r
#
-t <- c (789, 798, 879, 897, 978)
-t <- t + 1023456000
-cat (t, sep = "\n")
+cat (c (789, 798, 879, 897, 978) + 1023456000, sep = "\n")