// this test is useful for making sure we don't accidentally // use a signed divide operation anywhere important a = 96u8 / 160u8; print a;