Skip to content

mishra-27/Hello-World

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello-World

Hello World in all possible programming languages

Aim

This repository should eventually contain the famous "Hello World" program in all the programming languages possible...

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?
  • Add code for your language with file name HelloWorld.extension of your programming language like py for python. c for language C.
  • Add your language to this file in the below list.

Languages Covered

  • JavaScript
  • Python
  • Java
  • C++
  • C
  • PHP
  • C#
  • Shell
  • Go
  • TypeScript
  • Ruby
  • Objective-C
  • Swift
  • Kotlin
  • R
  • Scala
  • Rust
  • Lua
  • Matlab
  • PowerShell
  • CoffeeScript
  • Perl
  • Groovy
  • Haskell
  • Elixir
  • D
  • HTML
  • Julia
  • Assembly
  • Lisp
  • Prolog

Contributors

About

Hello World in all possible programmnig languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 17.6%
  • HTML 13.8%
  • C# 8.8%
  • PHP 7.9%
  • Java 5.5%
  • C++ 5.2%
  • Other 41.2%