Load the 'simple' intruction file into a string.
Need to incorporate flags OR/AND stdin parsing in a later stage.
This commit is contained in:
parent
601f195c78
commit
699933fcfd
@ -11,4 +11,6 @@ enum Instructions {
|
||||
F,
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
fn main() {
|
||||
let file_data = include_str!("../two_robots.txt");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user