Given a string of a single letter, increment the letter. Example: 'a' to 'b'.
// input: const c = 'a' // output: 'b'
/* output */