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

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


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

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## 【FizzBuzz問題の応用編】基本的な条件分岐の文法確認

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

- 1から150までの数字において
- 3の倍数と末尾に3がつく数字の場合は数字のあとに`!`をつけて出力
- それ以外の場合はその数を出力

短い行で書いてみる