https://github.com/ttskch/nagoyaphp18
https://github.com/ttskch/nagoyaphp18
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttskch/nagoyaphp18
- Owner: ttskch
- License: mit
- Created: 2019-10-29T02:07:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T10:43:24.000Z (over 6 years ago)
- Last Synced: 2025-02-08T12:23:54.597Z (over 1 year ago)
- Language: PHP
- Homepage: http://nabetani.sakura.ne.jp/hena/ord2/
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nagoyaphp18
## 雛形
### 1. インストール
```bash
$ git clone git@github.com:ttskch/nagoyaphp18.git
$ cd nagoyaphp18
$ composer install
```
### 2. 実装
[Nagoyaphp\Dokaku18\Dokaku18::run()](/src/Dokaku18.php#L9) を適切に実装する。
### 3. テスト
```bash
$ composer test
```
[Nagoyaphp\Dokaku18\Dokaku18Test::test()](/tests/Dokaku18Test.php#L24) のテストが全てパスすればOK。
## 解答例
https://github.com/ttskch/nagoyaphp18/commit/474c5f94e9d2347af890f215f256336625cd7cb4