Skip to content

kauefraga/bmi-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Body Mass Index Calculator

GitHub top language Repository size GitHub last commit GitHub LICENSE

A calculator of BMI to try out some langs

⬇️ How to download and run

git clone https://github.com/kauefraga/bmi-calc.git
cd bmi-calc

# To run the python version (default: en)
python py/main.py
python py/main.py --lang pt_br

# C++ version (just english)
g++ cpp/main.cpp -o cpp/main -std=c++2a
cpp/main

💻 Technologies

📝 License

This project is licensed under the MIT License - See the LICENSE for more information.


Built with love Powered by coffee

About

🧮 Body mass index calculator (cli)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published