Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am new to this so i am not too sure if I am doing this correctly. #537

Closed
hamzahsarwari opened this issue Oct 14, 2017 · 2 comments
Closed

Comments

@hamzahsarwari
Copy link

My attempt at hello world in C++:


#include
using namespace std;
int main(){
cout << "Hello World!";
return 0;
}

@supunab
Copy link

supunab commented Oct 14, 2017

Hi @hamzahsarwari , I think your hello world misses what is imported. You should add #include <iostream>

And for the rest of the tasks please go through the readme file. It explains the tasks very nicely.

@AliceWonderland
Copy link
Owner

Hi @hamzahsarwari,

Thanks for your comment! I don't know C++ very well however, please add some comments at the top listing what language you're using, your name (author), and any helpful links you'd like to provide!

See the README for a comments example!
Thanks, Alice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants