Compare commits

..

No commits in common. "tmp/variables_no_mut" and "main" have entirely different histories.

View file

@ -13,7 +13,7 @@ fn main() {
let mut bytes_read: usize = 1;
let mut exit_status: Option<i32>;
let mut exit_code: i32 = 0;
let variables = Variables::new();
let mut variables = Variables::new();
while bytes_read != 0 {
variables.print_ps1();