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