https://github.com/danishi/my-atcoder-playground
My AtCoder playground
https://github.com/danishi/my-atcoder-playground
Last synced: 4 months ago
JSON representation
My AtCoder playground
- Host: GitHub
- URL: https://github.com/danishi/my-atcoder-playground
- Owner: danishi
- License: mit
- Created: 2023-03-11T10:41:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T11:08:27.000Z (over 2 years ago)
- Last Synced: 2025-01-17T20:13:20.175Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My AtCoder playground
## Getting started 🚀
```bash
$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python main.py
```For Windows
```
> python -m venv venv
> venv\Scripts\activate
> pip install -r requirements.txt
> python main.py
```