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

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


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

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## 【FizzBuzz問題】新しい言語に挑戦する時用の基礎文法確認

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

- 1から100までの数字において
- 3の倍数の場合は「Fizz」、5の場合は「Buzz」、3の倍数かつ5の倍数は「FizzBuzz」と出力
- いずれでもない場合はその数を出力

短い行で書いてみる