sailfish/sailfish-tests/fuzzing-tests/in/escape/escape2

6 lines
79 B
Plaintext

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