diff --git a/koodi.rb b/koodi.rb index 932f2b3..e1e87c2 100644 --- a/koodi.rb +++ b/koodi.rb @@ -1 +1,6 @@ # kirjoita koodi tänne +def puuttuva(luvut) + for i in 0..luvut.length + return i if not luvut.include? i + end +end \ No newline at end of file