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 3415973 commit e3ae9beCopy full SHA for e3ae9be
src/day23.rs
@@ -13,7 +13,7 @@ const T_START_REM: u16 = (-(T_START as i16)).rem_euclid(MAX as i16) as u16;
13
pub fn part1(s: &str) -> u64 {
14
let s = s.as_bytes();
15
16
- let mut connections = [const { heapless::Vec::<u16, 16>::new() }; MAX];
+ let mut connections = [const { heapless::Vec::<u16, 13>::new() }; MAX];
17
unsafe {
18
let mut i = 0;
19
while i < s.len() {
0 commit comments