Add a file which can be run to select between fibonacci or fizzbuzz, either on startup with command line flags, or at runtime by prompting the user.
This should also be the file that contains the func main() so when compiling the program we are given an executable binary which launches the common entrypoint.