Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hayao0819/shojin


https://github.com/hayao0819/shojin

Last synced: 3 days ago
JSON representation

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とシェルスクリプトのみサポートしています。

実行にはシェバンつきの実行権限が必要です。