shitty message client
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
141 B

  1. alias rs := run-server
  2. alias rc := run-client
  3. alias b := build
  4. build:
  5. cargo build
  6. run-server:
  7. cargo run -- --server
  8. run-client:
  9. cargo run