Allow to easily check the generated assembly
This commit is contained in:
parent
345914c97a
commit
6674696505
3 changed files with 7 additions and 1 deletions
|
|
@ -5,14 +5,17 @@ use bstr::BString;
|
|||
|
||||
type Parsed = ();
|
||||
|
||||
#[inline(never)]
|
||||
pub fn parsing(input: &BString) -> color_eyre::Result<Parsed> {
|
||||
todo!("Parsing")
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
pub fn part1(input: Parsed) {
|
||||
todo!("todo part1")
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
pub fn part2(input: Parsed) {
|
||||
todo!("todo part2")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue