We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export default args => args.foo(`aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`)
quine cheats to 98 chars
function(a){return a.foo("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")}
but
export default args => args.foo(`aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`)
quine cheats to 77 chars
function(o){ // ["foo","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"] let[$,n]=JSON.parse(#fs.scripts.quine().split` `[1]) return o[$](n)}
despite the source being longer
The text was updated successfully, but these errors were encountered:
This happens because the quined/non-quined selection comes before postprocessing. At this point the scripts are
function _0a3zb0ymxzr_SCRIPT_(a){return a.foo("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")}
and
function _0m9hbj02g1l_SCRIPT_($){ // ["foo","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"] let[l,t]=JSON.parse($0m9hbj02g1l$SUBSCRIPT$scripts$quine$().split` `[1]) return $[l](t)}
Sorry, something went wrong.
ah, you're right. thank you for spotting this
No branches or pull requests
quine cheats to 98 chars
but
quine cheats to 77 chars
despite the source being longer
The text was updated successfully, but these errors were encountered: