Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 238 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 238 Bytes

Coding Challenges

John Crickett Coding Challenges

How to run?

For each of the packages, you can run the following command:

cargo run -p <package_name> -- <args>...

Example:

cargo run -p wc -- <filename>