Эх сурвалжийг харах

Enable press key to continue

Santiago Pastorino 4 жил өмнө
parent
commit
714dde6b2b

+ 1 - 1
src/bin/prioritization.rs

@@ -9,7 +9,7 @@ async fn main() {
     for step in &meeting.steps {
         println!("{}", step.call().await);
 
-        //press_key_to_continue();
+        press_key_to_continue();
     }
 }