sailfish/fuzzing-tests/in/escape2

6 lines
79 B
Plaintext

for row in &table {
for col in row {
println!("{}", *col);
}
}