https://github.com/sla-ppy/fizzbuzz
[F] Fizzbuzz implementation in C++
https://github.com/sla-ppy/fizzbuzz
cpp early-attempts
Last synced: about 1 year ago
JSON representation
[F] Fizzbuzz implementation in C++
- Host: GitHub
- URL: https://github.com/sla-ppy/fizzbuzz
- Owner: sla-ppy
- Created: 2021-06-24T00:34:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T10:48:22.000Z (about 5 years ago)
- Last Synced: 2025-06-11T23:41:20.492Z (about 1 year ago)
- Topics: cpp, early-attempts
- Language: C++
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Woo! This is the first template I ever made!
## Description:
*Divisible by 3: say "fizz"
Divisible by 5: say "buzz"
Both: "fizzbuzz"
Count up from 1 to 50*
## Demo:
## Credits:
* This person helped: @lionkor
* Reference material used: https://en.cppreference.com/w/c/language/operator_arithmetic
## Contact:
* For serious inquiries, reach me through mail at: dev@sla-ppy.com
* Add me over Discord: sla-ppy#2023
* You can also find me on Telegram: t.me/sla_ppy
Copyright © 2021, sla-ppy. All rights reserved.