#include <iostream>
int main()
{
std::cout << “Hello World!” << std::endl;
}
More:
http://www2.latech.edu/~acm/HelloWorld.shtml
http://www.roesler-ac.de/wolfram/hello.htm
#include <iostream>
int main()
{
std::cout << “Hello World!” << std::endl;
}
More:
http://www2.latech.edu/~acm/HelloWorld.shtml
http://www.roesler-ac.de/wolfram/hello.htm
Hi, this is a comment.
To delete a comment, just log in, and view the posts’ comments, there you will have the option to edit or delete them.