Advertisement
ItzEdInYourBed

troublemaker.cpp

May 18th, 2020
900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main() {
  4.  
  5.   for (int i = 0; i < 10; i++) {
  6.    
  7.     std::cout << "I will not throw paper airplanes in class.\n";
  8.    
  9.   }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement