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

6 lines
79 B
Plaintext
Raw Normal View History

2020-07-14 08:45:56 -04:00
for row in &table {
for col in row {
println!("{}", *col);
}
}