#include <string>
int main(int argc, char** argv)
{
std::cout << "Hello world!" << std::endl;
return 0;
}
|
||||||
Hello world!#include <string>
int main(int argc, char** argv)
{
std::cout << "Hello world!" << std::endl;
return 0;
}
|
||||||
|
Copyright © 2010 kevinFarrelly.com - All Rights Reserved |
||||||