Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <thread>
  2. #include <chrono>
  3.  
  4. std::cout << "start sleeping..." << std::endl;
  5. std::this_thread::sleep_for(std::chrono::seconds(15));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement