3 of 3
Sad times, resultant programs were a _little_ larger than 255 bytes.
Dom Hastings
- 24.6k
- 4
- 58
- 94
Perl, 1 ×ばつ 10^163
Otherwise this is a pretty basic quine, shrunk down to as few chars as possible, that only runs whilst the counter isn't 0.
use bigint;$i=9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999||die;$_=<<'e';eval
print"use bigint;\$i=$i-1||die;\$_=<<'e';eval
${_}e
"
e
Dom Hastings
- 24.6k
- 4
- 58
- 94