Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FizzBuzz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab Basics
FizzBuzz
Merge requests
!1
added fizzbuzz implementation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
added fizzbuzz implementation
inigo.reiriz/fizzbuzz:master
into
master
Overview
2
Commits
3
Pipelines
3
Changes
1
1 open thread
Hide all comments
Open
added fizzbuzz implementation
Reiriz Irulegui, Iñigo
requested to merge
inigo.reiriz/fizzbuzz:master
into
master
Jul 16, 2020
Overview
2
Commits
3
Pipelines
3
Changes
1
1 open thread
Hide all comments
0
0
Merge request reports
Viewing commit
a14f51c6
Prev
Next
Show latest version
1 file
+
6
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a14f51c6
added description
· a14f51c6
Inigo Reiriz
authored
Jul 16, 2020
README.md
+
6
−
1
View file @ a14f51c6
Edit in single-file editor
Open in Web IDE
# Fizz Buzz
# Fizz Buzz
Inigo Reiriz
Write a program that prints the numbers from 1 to 100.
But for multiples of three print "Fizz" instead of the number
And for the multiples of five print "Buzz".
For numbers which are multiples of both three and five print "FizzBuzz".
-
Inigo Reiriz
Loading