From 0046f9267f310ed45c622a11f257292e5645da7b Mon Sep 17 00:00:00 2001 From: Jesper Kuutti Date: Tue, 4 Sep 2018 22:33:54 +0300 Subject: [PATCH] =?UTF-8?q?Paikalliset=20testit=20menev=C3=A4t=20l=C3=A4pi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- koodi.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koodi.rb b/koodi.rb index 932f2b3..68b79c9 100644 --- a/koodi.rb +++ b/koodi.rb @@ -1 +1,3 @@ -# kirjoita koodi tänne +def summa(a, b) + a + b +end \ No newline at end of file