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