Advertisement
Guest User

new

a guest
Nov 23rd, 2020
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #define SEN_PADRAO "123"
  4.  
  5. using namespace std;
  6.  
  7. int main ( ) {    
  8.      
  9.      cout << SEN_PADRAO;
  10.      
  11.      return 0;
  12. }
  13.    
  14.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement