Skip to content

qorrnsmj/coder.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🧠 coder.sh

A wrapper to make acc and oj commands simpler to use for AtCoder contests.


🛠️ Dependencies


⚡ Usage

coder {n|new} <contest-id>      # Create a new contest directory
coder {t|test} [filename]       # Test the specified file (default: main.py)
coder {s|submit} [filename]     # Submit the specified file (default: main.py)

🧩 Examples

# Python (default)
coder new abc350     # Create
coder test           # Test
coder submit         # Submit

# C++
coder new abc350
coder test main.cpp
coder submit main.cpp

💡 Notes

  • coder submit only works for ongoing contests — AtCoder won’t accept submissions after the contest ends.
  • You can extend it to support other languages (Rust, Go, etc.) if you like.

About

A wrapper to make acc and oj commands simpler to use for AtCoder contests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages