Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 607 Bytes

Base Converter (made in Rust)

A simple number base converter (binary, octal, hexa) made in Rust

Compiling and testing

Already compiled versions will be on Releases, but you can compile the code by yourself with rustc.

Just use this command to compile the code:

rustc \src\main.rs
  • Note: in Powershell, you will need to add a dot before the path (idk why)

For testing, you will just use

main <number>

where <number> is the number you want to convert.

License

2024 Lucas Gabriel (lucmsilva) - BSD 3