From 24505a8cd90692cfaa3e58122465d299966a0278 Mon Sep 17 00:00:00 2001 From: teks1 Date: Sat, 23 Jan 2016 21:08:11 +0200 Subject: [PATCH] =?UTF-8?q?nelj=C3=A4s=20teht=C3=A4v=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- koodi.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koodi.rb b/koodi.rb index f6a6e73..e7c03c9 100644 --- a/koodi.rb +++ b/koodi.rb @@ -1 +1,5 @@ -# kirjoita koodi tänne \ No newline at end of file +# kirjoita koodi tänne +def tulosta(taulukko) + taulukko.each {|t| print t.to_s} + print +end