quine golf: remove F from font, 4380B

This commit is contained in:
Crispy 2024-08-12 21:48:39 +02:00
parent 1a80acbe14
commit 90dcfb5bff
3 changed files with 10 additions and 10 deletions

View file

@ -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},");
}