Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 686 Bytes

Compete-Now

A CLI tool build in Go for a more productive competitive programming experience.

Available commands:

  • Help for all the commands
  • Compile a file
  • Compile a file with debug flags
  • Run your compiled file
  • Compile and run your file
  • Compile with debug flags and run your file
  • Create file from your personal template
  • Create files needed for stress testing
  • Parse problems using Competitive Companion
  • Stress test your solution against a brute force solution
  • Test your solution against the parsed test-cases
  • Use toml for configuration
  • Better error output