Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayao0819/shojin
https://github.com/hayao0819/shojin
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hayao0819/shojin
- Owner: Hayao0819
- Created: 2024-06-07T14:31:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T18:42:31.000Z (3 months ago)
- Last Synced: 2024-08-20T22:21:06.607Z (3 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shojin
精進お助けツール
## 使い方
### list
コンテストの一覧を表示します。
### run
指定されたコードを実行します。
## ディレクトリ構成
以下のようなディレクトリ構成を前提としています。 各コンテストのディレクトリ下に各問題が入る構造です。
拡張子`.txt`のファイルは標準入力として渡されます。
```txt
├── .shojinrc.json
├── README.md
└── src
│
├── ABC334
│ ├── A
│ ├── 1.sh
│ │ └── test.txt
│ ├── B
│ │ └── 1.sh
│ └── C
│ └── 1.sh
└── ABC356
├── A
│ ├── 1.sh
│ └── ex1.txt
├── B
│ ├── 1.py
│ ├── ex1.txt
│ └── ex2.txt
└── C
├── 1.sh
└── ex1.txt
```## サポートしている言語
現在Pythonとシェルスクリプトのみサポートしています。
実行にはシェバンつきの実行権限が必要です。