UMD bitcamp challenge solutions
By sending a pull request to this repository you are agreeming to the Apache V2 License and the DCO terms.
Add a line stating
Signed-off-by: Random J Developer <random@developer.example.org>
When committing using the command line you can sign off using the --signoff or -s flag. This adds a Signed-off-by line by the committer at the end of the commit log message.
git commit -s -m "Challenge Solution Name"