|
2 | 2 |
|
3 | 3 | # Summary |
4 | 4 |
|
5 | | -- [はじめに (TODO)](./introduction.md) |
6 | | -- [AtCoderの環境について (TODO)](./todo.md) |
7 | | - - [ソフトウェアのバージョンなど (TODO)](./todo.md) |
8 | | - - [単一のソースファイル (TODO)](./todo.md) |
9 | | - - [利用可能なクレート (TODO)](./todo.md) |
10 | | -- [開発環境の準備 (TODO)](./todo.md) |
11 | | - - [Rustツールチェインのインストール (TODO)](./todo.md) |
12 | | - - [ソースコードエディタとデバッガの準備 (TODO)](./todo.md) |
13 | | - - [cargo-generateテンプレート (TODO)](./todo.md) |
14 | | - - [cargo-generateのインストール (TODO)](./todo.md) |
15 | | -- [コンテストの参加方法 (TODO)](./todo.md) |
16 | | - - [Cargoパッケージの作成 (TODO)](./todo.md) |
17 | | - - [利用するクレートの選択 (TODO)](./todo.md) |
18 | | - - [テストケースの作成 (TODO)](./todo.md) |
19 | | - - [プログラムの作成 (TODO)](./todo.md) |
20 | | - - [プログラムのテスト (TODO)](./todo.md) |
21 | | - - [プログラムの提出 (TODO)](./todo.md) |
22 | | -- [Tips(小技集) (TODO)](./todo.md) |
23 | | - - [クレートの使用例 (TODO)](./todo.md) |
| 5 | +- [はじめに](./introduction.md) |
| 6 | +- [AtCoderの環境について](./environment.md) |
| 7 | +- [開発環境の準備 (TODO)](./installation/index.md) |
| 8 | + - [Rustツールチェインのインストール (TODO)](./installation/toolchain.md) |
| 9 | + - [ソースコードエディタの準備 (TODO)](./installation/editor.md) |
| 10 | + - [Rust Language Server のインストール](./installation/rls.md) |
| 11 | + - [cargo-generateのインストール](./installation/cargo-generate.md) |
| 12 | +- [コンテストの参加方法 (TODO)](./participate/index.md) |
| 13 | + - [コンテスト直前の事前準備](./participate/before-contest/index.md) |
| 14 | + - [Cargoパッケージの作成 (TODO)](./participate/before-contest/generate-project.md) |
| 15 | + - [利用するクレートの選択とコンパイル (TODO)](./participate/before-contest/choose-crates.md) |
| 16 | + - [プロジェクトのコピー (TODO)](./participate/before-contest/copy-project.md)] |
| 17 | + - [コンテスト開始後の流れ](./participate/during-contest/index.md) |
| 18 | + - [テストケースの作成](./participate/during-contest/write-tests.md) |
| 19 | + - [プログラムの作成 (TODO)](./participate/during-contest/write-program.md) |
| 20 | + - [プログラムのテスト](./participate/during-contest/test.md) |
| 21 | + - [プログラムの提出 (TODO)](./participate/during-contest/submit.md) |
| 22 | +- [Tips(小技集) (TODO)](./tips.md) |
| 23 | + - [クレートの使用例](./use-crates.md) |
24 | 24 | - [AtCoder運営者向けの情報](./atcoder-env/index.md) |
25 | 25 | - [本章で想定している環境](./atcoder-env/supported-environment.md) |
26 | 26 | - [インストール](./atcoder-env/installation.md) |
|
0 commit comments