CGX Formatter puzzle discussion

If you want, you may send me your code in private message and I’ll take a look.

For anyone failing Validator 4 “Simple string of characters which must not be modified”, the following custom case may be useful for debugging your code:

Input

2
	'Let(us)'	
=	 'begin' 

Output

'Let(us)'='begin'

I’ve also updated the collection of custom cases here.

1 Like