oanarosca / hello-world

Hello-World! The baby steps to be a Programmer!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

This project shows you how to write the legendary fundamental "hello-world" in all languages that you can think of.

Prerequisites and usage

For each hello-world download that language's compiler and run the file.

Structure

The hello-world code for each language is in its own directory. This directory also contains a specific README.md with instructions on how to run the code.

Examples:

Running projects via Docker:

Running the container

  • Make sure you have docker.io installed on your system by running docker -v, which should log the current version of docker installed.
  • Run docker run -v $(pwd):/home/docker -w /home/docker -it --rm <image_name> /bin/bash to run an interactive container.
  • Compile and run your desired program

Docker hello-world:

  • After installing Docker, simply run docker run hello-world.
  • This should create a container which displays a hello-world message.

Finding your desired image:

  • Goto the docker hub.
  • Search for the language/environment you want to run.
  • Choose any image in the list.
  • Run the command mentioned above by replacing the <image_name> with the corresponding image.

Contributing

  • I am always looking for more contributions.
  • If you're wondering how to contribute do check out Contributing

License

About

Hello-World! The baby steps to be a Programmer!

License:MIT License


Languages

Language:C# 12.5%Language:Visual Basic 10.0%Language:Limbo 9.4%Language:Erlang 5.1%Language:Brainfuck 5.0%Language:Java 5.0%Language:HTML 4.6%Language:C++ 4.1%Language:Scala 3.9%Language:Groovy 3.9%Language:Go 3.4%Language:Perl 3.0%Language:C 2.8%Language:D 2.7%Language:LOLCODE 2.7%Language:R 2.6%Language:Fortran 2.5%Language:Pascal 2.3%Language:Shell 1.8%Language:M 1.8%Language:Haskell 1.3%Language:JavaScript 1.3%Language:NewLisp 1.3%Language:PHP 1.3%Language:Julia 1.1%Language:Lua 1.0%Language:Boo 1.0%Language:Python 0.9%Language:Rebol 0.9%Language:Ruby 0.9%