Add solution for Exercise 1.15 (snippets, e370df9)
Add function for sorting a list of Strings in alphabetical order. Also adds a generic supporting function for removing the first found instance of an item in a list, and another for determining the "minimum" in a list of Strings.
Signed-off-by: Greg Hurrell <greg@hurrell.net>