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

Hello world in C #1

Open
RupeshHacker opened this issue Mar 18, 2023 · 3 comments
Open

Hello world in C #1

RupeshHacker opened this issue Mar 18, 2023 · 3 comments
Labels
good first issue Good for newcomers

Comments

@RupeshHacker
Copy link
Owner

No description provided.

@ghost
Copy link

ghost commented Mar 18, 2023

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

@AniketNS
Copy link

hey @RupeshHacker, assign this task to me

@RupeshHacker
Copy link
Owner Author

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

do file and make pr

@RupeshHacker RupeshHacker added the good first issue Good for newcomers label Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants