@@ -1,7 +1,16 @@
#include "y_test_h.h"
IMPLEMENTATION_PROGRESS_BAR()
int main(){
bar_progress_start();
int n=221;
for(int i=0; i<n; ++i){
//sleep(2222);
bar_progress_step(i/n);
}
return 0;
The note is not visible to the blocked user.