Compare commits

...
This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues or pull requests.

1 commit

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 mut variables = Variables::new();
let variables = Variables::new();
while bytes_read != 0 {
variables.print_ps1();