aboutsummaryrefslogtreecommitdiff
path: root/challenge-134/abigail/ruby/ch-1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-134/abigail/ruby/ch-1.rb')
-rw-r--r--challenge-134/abigail/ruby/ch-1.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-134/abigail/ruby/ch-1.rb b/challenge-134/abigail/ruby/ch-1.rb
new file mode 100644
index 0000000000..3e292b12ae
--- /dev/null
+++ b/challenge-134/abigail/ruby/ch-1.rb
@@ -0,0 +1,11 @@
+#!/usr/bin/ruby
+
+#
+# See ../README.md
+#
+
+#
+# Run as: ruby ch-1.rb
+#
+
+[789, 798, 879, 897, 978] . each {|t| puts (1023456000 + t)}