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

https://github.com/technote-space/tc-challenge3


https://github.com/technote-space/tc-challenge3

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## 【FizzBuzz問題の応用編】やや複雑な条件分岐の文法確認

[TechCommit](https://www.tech-commit.jp/)

- 1から150までの数字において
- 3の倍数と3を含む数字の場合は数字のあとに`!`をつけて出力
- いずれでもない場合はその数を出力
- ただし`!`を含めて常に3桁になるようにゼロ埋め または 切り詰め

短い行で書いてみる