Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 369 Bytes

How to Run

  1. Ensure you have rust installed
rustc --version

a. If rust is not installed yet, follow instructions here 2. Run the following commands to compile and run the executable

rustc main.rs --edition 2021
./main

Additional Notes

  • 1 line of ASCII only input from stdin
  • Outputs to stdout