ahorsewithnoname

PlantillaC++

Sep 22nd, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3.  
  4. int main(){
  5.     setlocale(LC_CTYPE, "spanish");
  6.  
  7.     cout << endl;
  8.     return 0;
  9. }
  10.  
Add Comment
Please, Sign In to add comment