8 lines
152 B
C++
8 lines
152 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
/*std::cout << "Hello World!" << std::endl;
|
|
std::cout << "Happy to learn C++" << std::endl;*/
|
|
return 0;
|
|
} |