XVQANH3QBLBY3GW4MC273JN6HLJZ6UJJMAXGCQT5HXQSGOPCSSHAC
IPMYODUQCBXWWBP23CX5LCGRKEOOX7UCKYJALNPFS7DCX6NL4R7AC
YNTEYSW7NVBWQLJU45XRK7AWQR5NWFOB4UUVVQ62ERZOO2QJJGAAC
for (ind, mut line) in s.split('\n').enumerate() {
for (ind, line) in s.split('\n').enumerate() {
// trim first line to ensure it lines up with the number nicely line = line.trim(); // Don't render the first line unless its actually got text on it if line.is_empty() { continue; }
// trim first line to ensure it lines up with the number nicely
line = line.trim();
// Don't render the first line unless its actually got text on it
if line.is_empty() {
continue;
}