File tree Expand file tree Collapse file tree 2 files changed +44
-39
lines changed
Expand file tree Collapse file tree 2 files changed +44
-39
lines changed Original file line number Diff line number Diff line change @@ -31,43 +31,6 @@ oj login
3131brew install ShotaKashihara/tap/accs
3232```
3333
34- ## コンテストの始め方
34+ ## Documents
3535
36- ### 1. コンテスト名から Xcode プロジェクトの作成
37-
38- ``` bash
39- # コンテスト名はコンテストページURLの末尾の文字列を参照します
40- # ex. http://atcoder.jp/contests/abc190 -> abc190
41- accs new abc190
42- ```
43-
44- ### 2. 作成したプロジェクトを開く
45-
46- ```
47- cd abc190
48- open Package.swift
49- ```
50-
51- ### 3. ` Sources/A/main.swift ` を開いて問題を解きます
52-
53- <img src =" misc/open_first_task.png " >
54-
55- ### 4. 問題が解けたら <kbd >⌘(command)</kbd >-<kbd >U</kbd > でテストを実行します
56-
57- <img src =" misc/test_done.png " >
58-
59-
60- * ビルドターゲットを問題のアルファベットに切り替えておくと良いです
61-
62- <img src =" misc/select_target.png " >
63-
64- - ショートカットキー: <kbd >⌃(control)</kbd >-<kbd >⌘(command)</kbd >-<kbd >] </kbd >
65-
66- ### 5. テストが通ったらコードを提出します
67-
68- ``` bash
69- # 提出コードがA問題なら <task> には `a` を指定します
70- accs submit < task> -r
71- ```
72-
73- <img src =" misc/submit_page.png " >
36+ [ Getting Started] ( doc/getting_started.md )
Original file line number Diff line number Diff line change 1+ # Getting Started
2+
3+ ## コンテストの始め方
4+
5+ ### 1. コンテスト名から Xcode プロジェクトの作成
6+
7+ ``` bash
8+ # コンテスト名はコンテストページURLの末尾の文字列を参照します
9+ # ex. http://atcoder.jp/contests/abc190 -> abc190
10+ accs new abc190
11+ ```
12+
13+ ### 2. 作成したプロジェクトを開く
14+
15+ ```
16+ cd abc190
17+ open Package.swift
18+ ```
19+
20+ ### 3. ` Sources/A/main.swift ` を開いて問題を解きます
21+
22+ <img src =" misc/open_first_task.png " >
23+
24+ ### 4. 問題が解けたら <kbd >⌘(command)</kbd >-<kbd >U</kbd > でテストを実行します
25+
26+ <img src =" misc/test_done.png " >
27+
28+
29+ * ビルドターゲットを問題のアルファベットに切り替えておくと良いです
30+
31+ <img src =" misc/select_target.png " >
32+
33+ - ショートカットキー: <kbd >⌃(control)</kbd >-<kbd >⌘(command)</kbd >-<kbd >] </kbd >
34+
35+ ### 5. テストが通ったらコードを提出します
36+
37+ ``` bash
38+ # 提出コードがA問題なら <task> には `a` を指定します
39+ accs submit < task> -r
40+ ```
41+
42+ <img src =" misc/submit_page.png " >
You can’t perform that action at this time.
0 commit comments