Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 225 Bytes

File metadata and controls

6 lines (5 loc) · 225 Bytes

Rules

  • Write code comments in English only.
  • Use owo_colors for all terminal color output. Do not use raw ANSI escape codes.
  • Run make fmt after generating the code.
  • Run make lint-fix after formatting the code.