context-free grammars (cfg) for the language



Can someone come up with a CFG for the following language?

L = { xcy | x != y, (x, y in {a, b} *) }

Any help is appreciated!

.