Ajout : exit
quand le shell se ferme #7
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
println!();
|
println!();
|
||||||
|
println!("exit");
|
||||||
exit(exit_code);
|
exit(exit_code);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue