mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 18:45:02 +01:00
fixes
This commit is contained in:
parent
2cfee8a448
commit
30af4cb9d1
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ fn main() {
|
|||
|
||||
let mut input = std::hint::black_box(include_str!("../input.txt")).to_owned();
|
||||
|
||||
input.reserve(5);
|
||||
input.reserve(10); // enough to read u64
|
||||
unsafe {
|
||||
input
|
||||
.as_mut_vec()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue