Git Product home page Git Product logo

avanish001 / hello-world-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sbshah97/hello-world

0.0 0.0 0.0 311 KB

Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!

License: MIT License

Java 8.09% C 0.31% C++ 0.46% Python 82.24% Ruby 0.09% C# 1.17% HTML 2.56% M 0.65% JavaScript 0.25% Scala 0.44% Shell 0.52% Groovy 0.55% PHP 0.16% Go 0.38% Haskell 0.15% Pascal 0.26% Visual Basic 1.14% Boo 0.11% Fortran 0.13% Perl 0.34%

hello-world-1's Introduction

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.

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

hello-world-1's People

Contributors

sbshah97 avatar tony133 avatar arfatbk avatar balachandarsv avatar grrttedwards avatar sumeshpremraj avatar trqx avatar monst12 avatar duxy1996 avatar dumptyd avatar pvgupta24 avatar hrily avatar valkheim avatar aditya5558 avatar oanarosca avatar seancyw avatar brandonbilbrey avatar raymondboswel avatar ativerc avatar thenickcox avatar mj10 avatar haugenmitch avatar kameramann23 avatar fadc80 avatar erikweibust avatar divayprakash avatar dinika avatar dariotecchia avatar ivanovyordan avatar jbmiles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.