Simple Substring Search
Write a function that takes a string and a substring as parameter.
It should print true if the substring is found anywhere in the string, false otherwise.