Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 625 Bytes

File metadata and controls

15 lines (12 loc) · 625 Bytes
  • rust binary の生成と実行の方法

    • cargo build で、以下のような実行ファイルが生成される。
      • target/debug/<project_name>
  • 以下のコマンドでテストツールを実行

cargo run -r --bin tester ../target/debug/ahc030 < in/0000.txt > out/0000.txt