Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
lambda, str(tuple) and concat solution in Clear category for Exec Quine by lezeroq
quine = lambda: (lambda x: x+str((x,)))('quine = lambda: (lambda x: x+str((x,)))',)
May 18, 2015
Comments: