Giter Site home page Giter Site logo

hello-world's Introduction

Hello World Program

This is a simple "Hello World" program in [any programming language]. You can use this Repo as a starting point for your "Hello World" project in any language of your choice.

Table of Contents

Introduction

The "Hello World" program is a classic beginner's project that serves as a simple introduction to a programming language. It is often the first program a developer writes when learning a new language.

Getting Started

To get started with this "Hello World" program, follow these steps:

  1. Create a folder at you desired location (usually at your desktop).

  2. Open Git Bash Here.

  3. Create a Git Repository. Run the command git init

  4. Fork the repository.

  5. Clone your forked repository of project.

git clone https://github.com/<your-github-username>/Hello-World.git
  1. Navigate to the project directory.
cd Hello-World
  1. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/Developers-Adgitm/Hello-World.git
  1. Check the remotes for this repository.
git remote -v
  1. Always take a pull from the upstream repository to your main branch to keep it updated as per the main repository.
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Perform your desired changes to the code base.

  2. Check your changes

git status
git diff
  1. Stage your changes
git add . <\files_that_you made_changes>
  1. Commit your changes.
git commit -m "<your_commit_message>"
  1. Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
  1. To create a Pull Request, click on compare and pull requests.

  2. Add an appropriate title and description to your PR explaining your changes.

  3. Click on create pull request.

Congratulations🎉, you have made a PR to Hello-World Project . Wait for your submission to be accepted and your PR to be merged by a maintainer.

Usage

Replace [programming language] with the actual programming language you are using. Here's an example "Hello World" program in Python: File name will be Hello-World.py

print("Hello, World!")

Contributing

If you'd like to contribute to this project, you can:

  1. Fork the repository
  2. Make your changes
  3. Create a pull request

Please make sure to follow the Contributing Guidelines when submitting your contributions.

License

This project is licensed under the MIT License, which means you are free to use, modify, and distribute it for personal or commercial purposes.

hello-world's People

Contributors

gdsc-developers avatar aco3110 avatar maybemishi avatar sakettt07 avatar codingwithveer18 avatar

Stargazers

 avatar  avatar

hello-world's Issues

Description writing

I can help you in writting description of your "Hello-World" repo ,please pull my request.

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.