Pasting is broken
Opened this issue · 1 comments
Bios-Marcel commented
The indentation is incorrect and it adds additional characters.
Bios-Marcel commented
Pasting this:
main() {
for(new a = 0; a < 2_000_000_000; a++) {
for(new b = 0; b < 2_000_000_000; b++) {
for(new c = 0; c < 2_000_000_000; c++) {
for(new d = 0; d < 2_000_000_000; d++) {
for(new e = 0; e < 2_000_000_000; e++) {
new f = a * b * c * d * e;
new X = f * a * b * c * d * e;
}
}
}
}
}
}
looks like this: