jvns.ca/blog/2013/12/10/day-39-i-wrote-a-malloc

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 …


Comments (0)

Sign in to post comments.