main.cpp 137 B

1234567891011
  1. #include <char_test.hpp>
  2. #include <process_bar.hpp>
  3. using namespace std;
  4. int main()
  5. {
  6. // test_char();
  7. rotate();
  8. return 0;
  9. }