Advertisement
JosepRivaille

X64734: Hola i Adeu!

Feb 22nd, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. //Precondició: no llegeix cap entrada
  5. //Postcondició: sempre retorna la mateixa sortida
  6.  
  7. int main() {
  8.     cout << "Hola i Adeu!" << endl;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement