We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a6420 commit 95b9c76Copy full SHA for 95b9c76
src/year2022/day03.rs
@@ -20,7 +20,7 @@
20
//!
21
//! Notes:
22
//! * We could get away with a `u64` for the set, but by using an `u128` we can shift directly by the
23
-//! raw ASCII codes and not bother computing offsets until the very end.
+//! raw ASCII codes and not bother computing offsets until the very end.
24
25
//! [`trailing_zeroes`]: u128
26
use crate::util::iter::*;
0 commit comments