Skip to content

wowjulian/crypto-homework-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run source code

You can either run the source code or binary for convinence.

Source code

  1. Install rust
  2. In this project directory, run cargo run -- --a 4321 --b 1234
    • Optionally, you can run cargo run -- --help for help
cargo run -- --a 4321 --b 1234
gcd: 1
x: 309
y: -1082

Binary

Should run in unix system just fine.

  1. Run cd binary
  2. Run ./crypto-homework-1 --a 4321 --b 1234
    • Optionally, you can run ./crypto-homework-1 --help for help
./crypto-homework-1 --a 4321 --b 1234
gcd: 1
x: 309
y: -1082

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages