-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create Hello World program #1
Labels
Comments
hey @mukulgoyal793 , can I work on this? |
I'd like to add a WebAssembly example. |
mukulgoyal793
pushed a commit
that referenced
this issue
Oct 3, 2018
* PHP Hello World * Go HelloWorld * Added C++ and Python * Implement HelloWorld program in C. * Create hello.py * Created HelloWorld function in javascript * Create HelloWorld.c * Create hello.cpp * Added HelloWorld in Python 3 * Added Hello World for C * Refactor to place C file in appropriate directory. * Added C# * hello world! Adding my modified hello world :) * Hello World in Brainfuck * Rename HelloWorld.java to Java/HelloWorld.java * Rename HelloWorld.js to JS/HelloWorld.js * Rename HelloWorld.kt to Kotlin/HelloWorld.kt * Rename Python2.py to Python/Python2.py * Rename hello.cpp to CPP/hello.cpp * Rename hello.py to Python/hello.py * Rename HelloWorld.cpp to CPP/HelloWorld.cpp * Rename HelloWorld.py to Python/HelloWorld.py * Rename HelloWorld.txt to Brainfuck/HelloWorld.txt * Rename HelloWorld.cpp to HelloWorld3.cpp * Rename Hello.js to JS/Hello.js * Rename HelloWorld.c to C/HelloWorld2.c * Rename HelloWorld.c to C/HelloWorld3.c * Rename HelloWorld.py to Python/HelloWorld2.py * Rename HelloWorld.c to C/HelloWorld4.c * Rename HelloWorld.cs to CSharp/HelloWorld.cs * Rename HelloWorld.py to Python/HelloWorld3.py
@coderquill Sure, you can definitely work on this. |
@dnguneratne Hi, I have seen your pull request. Thanks for contributing. The PR has been merged into the master branch 😄 |
coderquill
added a commit
to coderquill/HelloWorld
that referenced
this issue
Oct 3, 2018
mukulgoyal793
added a commit
that referenced
this issue
Oct 13, 2018
Added Hello World program in Python 3 #1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write a program in any programming language which outputs "Hello World".
The text was updated successfully, but these errors were encountered: