Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 2.59 KB

readme.md

File metadata and controls

71 lines (43 loc) · 2.59 KB

Cash

💰 Program that first asks the user how much money is owed and then prints the minimum number of coins with which this change can be made.

Stars Forks Issues GitHub license Follow gabrieldejesus

🛠 Getting started

Windows:

You can clone the repository through CMD (Command Prompt) just by typing:

git clone https://github.com/gabrieldejesus/cash

or download the zip from the green button at the beginning of the repository

Download zip

Download zip

💻 Configuration for development

Execution:

Taking into account that you understand and have a stable environment for running programs in the C language

Run the make cash to compile the program and the run ./cash to run it

Enter the number of cents owed

🗃 Release history

  • 0.1.0
    • Project finalized and studying the possibility of adding new resources
    • The first suitable launch
  • 0.0.1
    • Work in progress

📝 Meta

Gabriel de Jesus – My portfoliodevgabrieldejesus@gmail.com

Distributed under the MIT License. See LICENSE for more information.

https://github.com/gabrieldejesus/cash

🚀 Contribution

  1. Make the fork of the project (https://github.com/gabrieldejesus/cash/fork)
  2. Create a branch for your modification (git checkout -b my-new-resource)
  3. Do commit (git commit -am 'Adding a new resource ...')
  4. Push (git push origin my-new-feature)
  5. Create a new Pull Request

After your pull request is merged, you can safely delete your branch.