From 58bc844bb39ec1d92109e786251fecd0de408973 Mon Sep 17 00:00:00 2001 From: Max Senat Date: Tue, 6 Oct 2020 22:00:18 +0000 Subject: [PATCH] Done. --- lib/example.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/example.rb b/lib/example.rb index de7d2cb..70111a1 100644 --- a/lib/example.rb +++ b/lib/example.rb @@ -1,5 +1,5 @@ # Use this space to code along with the readme - +def say_hello_world_ten_times phrase = "Hello World!" puts phrase puts phrase @@ -10,4 +10,9 @@ puts phrase puts phrase puts phrase -puts phrase \ No newline at end of file +puts phrase +end + +def greeting + puts "Hello World" +end