quine golf: remove F from font, 4380B
This commit is contained in:
parent
1a80acbe14
commit
90dcfb5bff
3 changed files with 10 additions and 10 deletions
|
@ -149,7 +149,7 @@ fn golfed() {
|
|||
out.push(encoded);
|
||||
}
|
||||
|
||||
out_string += "g F[]={";
|
||||
out_string += "g R[]={";
|
||||
for (_i, c) in out.iter().enumerate() {
|
||||
out_string += &format!("{c},");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue