Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit b1e259d

Browse files
authored
Update README_ja.md
1 parent e2cc07f commit b1e259d

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README_ja.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,3 @@ cout、printf等標準出力に出力する任意のメソッドが使用可能
2929
(出力ファイル名を変更した場合はenv/APP_COMMANDセクションも変更が必要です。)
3030

3131
buildをc++からclangに変更することで、(C++ではない)純粋Cアプリケーションも作成可能です。
32-
33-
## GitHub を用いたローカル受験の場合
34-
codecheck コマンドでテストを行う場合、次のように [codecheck.yml](codecheck.yml) を修正する必要があります。
35-
(提出時にはもとに戻すことを忘れないでください!)
36-
37-
```yaml
38-
# Before
39-
build:
40-
- c++ -o theapp.o src/*.cpp
41-
env:
42-
APP_COMMAND: ./theapp.o
43-
test: mocha
44-
```
45-
46-
```yaml
47-
# After
48-
build:
49-
- c++ -o theapp.o "src/*.cpp"
50-
env:
51-
APP_COMMAND: ./theapp.o
52-
test: mocha
53-
```

0 commit comments

Comments
 (0)