Cod sursa(job #706147)
| Utilizator | Data | 5 martie 2012 17:57:25 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.22 kb |
/*
* ad.cpp
*
* Created on: 05.03.2012
* Author: Stef
*/
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
