We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write Simple hello, world programs of your choice. Check out Languages for missing languages. On how to start contributing, check out ReadMe
Add a xx/hello.xx file to the root directory in any language of your choice! Here is an example:
xx/hello.xx
root
# LANGUAGE: Python # AUTHOR: Chinmay Shah print('Hello, World!')
Name the file hello.xx. example , hello.py or hello.c and save it as python/hello.py or c/hello.c. Go to Languages and make changes too
hello.xx
hello.py
hello.c
python/hello.py
c/hello.c
If you're adding multiple languages in one request, pls mention all languages in commit message
The text was updated successfully, but these errors were encountered:
Can i add hello.xx for multiple languages?
Sorry, something went wrong.
yes @ViSin
No branches or pull requests
Write Simple hello, world programs of your choice.
Check out Languages for missing languages.
On how to start contributing, check out ReadMe
Add a
xx/hello.xx
file to theroot
directory in any language of your choice! Here is an example:Name the file
hello.xx
. example ,hello.py
orhello.c
and save it aspython/hello.py
orc/hello.c
.Go to Languages and make changes too
If you're adding multiple languages in one request, pls mention all languages in commit message
The text was updated successfully, but these errors were encountered: