1.1 Test that the software can say "hello, Johnny" by passing a user "Johnny" to the hello_world function
1.2 Test that the software can say hello to multiple people by passing a vector of users - "Johnny", "Beth", "Andy","Elisabeth" to the hello_world function and getting back a vector of: c("Hello, Johnny", "Hello, Beth", "Hello, Andy","Hello, Elisabeth")