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

https://github.com/ttskch/nagoyaphp18


https://github.com/ttskch/nagoyaphp18

Last synced: 9 months ago
JSON representation

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