you can actually also assign `0b11111111_11111111_...
# announcements
r
you can actually also assign
0b11111111_11111111_11111111_11111111_11111111_11111111_11111111_11111111
to an
int
in java without any warnings. presumably they intended that to go along with the unsigned additions to java 8