/All-Hello-World-Programming-Language

This Repository is all Hello World Programs in Programming Language.

Primary LanguageC#MIT LicenseMIT

License: MIT Open Source Love Contributors

All Hello World Programming Language

This Repository is all Hello World Programs in Programming Language.

Pull Requests

I encourage all the developers out there to contribute to the repository and help me to expand it. To contribute just make folder and write your Hello World program.

How to Contribute to this repository

  • Star this repository using 'Star' button on the top.
  • Click on Fork Repository using the 'Fork' button on the top.
  • Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : git clone url.
  • Now create a new branch with this command: git branch branchname and then use that branch by this command: git checkout branchname.
  • Go ahead and make changes.
  • After making changes use this command to add the changes: git add filename, and then git commit -m "message here".
  • After that use this command: git push origin branchname.
  • Create a pull request, and wait for Pull Request to get merged.

How to make changes?

  • Check if the language in which you want to contribute is already covered or not?
  • Create Folder and then create the file. Example "Python/HelloWorld.py".
  • Add code for your language with file name HelloWorld.extension of your programming language like py for python. c for language C.

Author

Ervalsa Dwi Nanda - ervalsananda@gmail.com

Support Author

Just star or fork this repository, and follow my github. You have supported the Author!

Contributors


Ervalsa Dwi Nanda

Putri Qonita Arif

Istaqom Wirawan Adi Pratama

Jo Kevin Nathaniel

Adhya Adam

License

                                              MIT License

                                 Copyright (c) 2020 Ervalsa Dwi Nanda

               Permission is hereby granted, free of charge, to any person obtaining a copy
               of this software and associated documentation files (the "Software"), to deal
               in the Software without restriction, including without limitation the rights
               to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
               copies of the Software, and to permit persons to whom the Software is
               furnished to do so, subject to the following conditions:

               The above copyright notice and this permission notice shall be included in all
               copies or substantial portions of the Software.

               THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
               IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
               FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
               AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
               LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
               OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
               SOFTWARE.