My major achievement for today is writing the following five lines of code: 1 2 3 4 5 let a: ~u8 = ~('A' as u8); stdio::putc(*a); let b: ~u8 …
Sign in to post comments.
Comments (0)
Sign in to post comments.