advent_of_code_2024::day_3

Function extract_instructions

source
fn extract_instructions(program: &String) -> Vec<Instruction>
Expand description

Uses a [Regex] to extract specific Instructions from the input string.