Quick quine
Wednesday, February 10th, 2010Shorter than my old version, this erb quine is 68 characters long:
<%=s=";\"<%=s=\#{s.inspect}\#{s}%\\>\"";"<%=s=#{s.inspect}#{s}%\>"%>
Shorter than my old version, this erb quine is 68 characters long:
<%=s=";\"<%=s=\#{s.inspect}\#{s}%\\>\"";"<%=s=#{s.inspect}#{s}%\>"%>