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

added my name to contributor #1161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions Contributors.md
Expand Up @@ -424,15 +424,15 @@ About: ML Developer,Google assistant Developer,Alexa Developer.<br/>
<br/>
Name: [Akshat Bhardwaj](https://github.com/akshatb622)<br/>
Place: India<br/>
About: Sophomore at IIITL<br/>
About: Sophomore at IIITL<br/>
<br/>
Name: [Ankur sharma](https://github.com/ankur2825)<br/>
Place: India<br/>
About: aspiring flutter developer<br/>
<br/>
Name: [Akshat Bhardwaj](https://github.com/akshatb622)<br/>
Place: India<br/>
About: Sophomore at IIITL<br/>
About: Sophomore at IIITL<br/>
Name: [Rohit Kumar](https://github.com/RohitKumar-200)<br/>
Place: India<br/>
About: Web Developer<br/>
Expand Down Expand Up @@ -585,7 +585,7 @@ Place: Indonesia<br/>
About: Loveyourself <br/>
Name: [Mahima Sawant](https://github.com/mahimasawant)<br/>
Place: India
About: Web developer
About: Web developer
<br/>
Name: [Yash Shah](https://github.com/YashShah85)</br>
Place: Ahmedabad</br>
Expand Down Expand Up @@ -619,3 +619,7 @@ About: Student of Bio Technology <br/>
Place: West Jakarta, Indonesia<br/>
About: Student of Software Enginering <br/>
</br>
Name: [Danhorsch](https://github.com/DanHorsch)<br/>
Place: USA<br/>
About: University Software Developer <br/>
</br>
2 changes: 1 addition & 1 deletion Hello World Programs/hello_world.dart
@@ -1,3 +1,3 @@
void main() {
print('Hello world');
print('Hello, World!');
}
7 changes: 6 additions & 1 deletion Hello World Programs/helloworld.c
@@ -1 +1,6 @@
print("hello world!!")
#include <stdio.h>
int main(){

printf("Hello World");
return 0;
}
11 changes: 5 additions & 6 deletions Hello World Programs/helloworld.cpp
@@ -1,9 +1,8 @@
#include <iostream>

#include<iostream>
using namespace std;

int main()
{
cout << "Hello world!" << endl;
return 0;
}
cout<<"Hello World Hacktoberfest2020";
cout<<"Happy Coding....Happy Contributing";
return 0;
}
5 changes: 3 additions & 2 deletions Hello World Programs/helloworld.py
@@ -1,3 +1,4 @@
# This program prints Hello, world!
print("Hello World")

print("Hello World!")
y="Hello World!"
print(y)