Skip to content

Instantly share code, notes, and snippets.

@mame
Created November 8, 2015 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mame/a286da6f25d0ba26691c to your computer and use it in GitHub Desktop.
Save mame/a286da6f25d0ba26691c to your computer and use it in GitHub Desktop.
eval x=%q;
# A quine for Burn
# See github.com/remore/burn
scene 'quine' do
i=0
a='eval x=%q'<<59<<x<<59
b=a.lines
a.lines do
c = b.shift
label c.chomp, 1, i+=1
end
end
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment