mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-13 01:19:59 +01:00
oops
This commit is contained in:
@@ -177,12 +177,12 @@ pub mod loader {
|
|||||||
untry!(unsafe { handle.symfn::<C<isize>>(c"challenge_isize") }.map(V::Isize));
|
untry!(unsafe { handle.symfn::<C<isize>>(c"challenge_isize") }.map(V::Isize));
|
||||||
untry!(unsafe { handle.symfn::<C<usize>>(c"challenge_usize") }.map(V::Usize));
|
untry!(unsafe { handle.symfn::<C<usize>>(c"challenge_usize") }.map(V::Usize));
|
||||||
untry!(
|
untry!(
|
||||||
unsafe { handle.symfn::<C<(usize, usize)>>(c"challenge_isize_duple") }
|
unsafe { handle.symfn::<C<(isize, isize)>>(c"challenge_isize_duple") }
|
||||||
.map(V::UsizeDuple)
|
.map(V::IsizeDuple)
|
||||||
);
|
);
|
||||||
untry!(
|
untry!(
|
||||||
unsafe { handle.symfn::<C<(isize, isize)>>(c"challenge_usize_duple") }
|
unsafe { handle.symfn::<C<(usize, usize)>>(c"challenge_usize_duple") }
|
||||||
.map(V::IsizeDuple)
|
.map(V::UsizeDuple)
|
||||||
);
|
);
|
||||||
|
|
||||||
None
|
None
|
||||||
|
|||||||
Reference in New Issue
Block a user