remove commented code
This commit is contained in:
parent
6db6fab939
commit
9d83ad1ccf
1 changed files with 0 additions and 2 deletions
|
@ -334,8 +334,6 @@ fn main() {
|
|||
Ok(mut machine) => machine.execute().expect("<halt>"),
|
||||
Err(e) => println!("{e}"),
|
||||
};
|
||||
//let mut machine = Program::from_program(Tape::new(program)).expect("failed to load program");
|
||||
//machine.execute().expect("<halt>");
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Reference in a new issue