Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as C++ by registered user raphael ( 1 year ago )
//auteur : Raphael De Oliveira
#include <iostream>
using namespace std;
int main()
{
for(int i=1; i<=10; i++){
cout<<"ligne "<<i<<" message fixe"<<endl;
}
return 0;
}
Revise this Paste