tmp progress

This commit is contained in:
Maxwell Anderson 2018-10-11 22:15:01 -06:00
parent dd11ffac0b
commit 9fad38dca9
2 changed files with 19 additions and 2 deletions

View file

@ -64,4 +64,7 @@ fn main() {
let fail21 = 4___16;
let fail22 = 3__4___23;
let fail23 = 3__16___23;
//let fail24 = 1E2_32;
let fail25 = 1.2_32;
}