LisaNguyen / helloworld

Hello, world in different programming languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloWorld

Hello, world in different programming languages

Contributing

Create a file hello.xx of the language you want to write program in and save as programming_language_name/hello.xx example: c/hello.c or python/hello.py

  • Create a simple "Hello, World" Program in a language of your choice

  • Make a pull request for your work and wait for it to be merged!

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/helloworld.git
  • Create a branch
git checkout -b branch-name
  • Make your changes
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!

Create a Hello, World! Program

Add a xx/hello.xx file to the root directory in any language of your choice! Here is an example:

# 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.

NOTE: The folder name should be strictly in lower case

Reference links

Managing your Forked Repo: https://help.github.com/articles/fork-a-repo/

Syncing a Fork: https://help.github.com/articles/syncing-a-fork/

Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/

About

Hello, world in different programming languages

License:MIT License


Languages

Language:COBOL 17.2%Language:C++ 7.7%Language:Scala 6.2%Language:C# 5.8%Language:Rust 4.6%Language:Visual Basic 4.0%Language:Brainfuck 3.8%Language:Go 3.8%Language:Java 3.3%Language:Julia 3.3%Language:CSS 3.2%Language:C 3.2%Language:R 3.1%Language:Erlang 3.0%Language:NewLisp 2.8%Language:PHP 2.6%Language:Perl 2.5%Language:D 2.2%Language:MATLAB 2.2%Language:Kotlin 2.1%Language:Haskell 2.1%Language:Pascal 2.0%Language:Fortran 1.9%Language:Lua 1.9%Language:Shell 1.0%Language:JavaScript 1.0%Language:HyPhy 0.8%Language:CoffeeScript 0.7%Language:Elixir 0.7%Language:Python 0.7%Language:Ruby 0.7%