auto merge of #7466 : thestinger/rust/passes, r=cmr
This commit is contained in:
commit
e23934645a
2 changed files with 95 additions and 76 deletions
|
|
@ -118,10 +118,10 @@ fn main() {
|
|||
};
|
||||
};
|
||||
|
||||
/*for int::range(0, 256) |y| {
|
||||
for int::range(0, 256) |y| {
|
||||
for int::range(0, 256) |x| {
|
||||
io::print(symbols[pixels[y*256+x] / 0.2f32 as int]);
|
||||
print(symbols[pixels[y*256+x] / 0.2f32 as int]);
|
||||
}
|
||||
io::println("");
|
||||
}*/
|
||||
println("");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue