diff options
| -rw-r--r-- | challenge-089/abigail/ruby/ch-2.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/challenge-089/abigail/ruby/ch-2.rb b/challenge-089/abigail/ruby/ch-2.rb new file mode 100644 index 0000000000..c4bc2d5bee --- /dev/null +++ b/challenge-089/abigail/ruby/ch-2.rb @@ -0,0 +1,9 @@ +#!/usr/bin/ruby + +# +# For challenge and notes, see ../perl/ch-2.pl +# + +puts "8 1 6"; +puts "3 5 7"; +puts "4 9 2"; |
