A simple CLI tool to calculate your weight on Mars! 🚀
cargo install mars_calcSimply run the program and enter your Earth weight when prompted:
mars_calcThe calculator uses Mars' gravity (3.711 m/s²) compared to Earth's gravity (9.81 m/s²) to calculate your weight on Mars.
MIT