Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogonzalezferrer committed Apr 13, 2021
1 parent e05e86c commit b6b7fa7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 alvarogonzalezferrer
Copyright (c) 2021 Alvaro Gonzalez Ferrer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# fizzbuzz
Classic Fizz Buzz example
# Fizz Buzz example

By Alvaro "Krono" Gonzalez

https://alvarogonzalezferrer.github.io/

## What is this

The "Fizz-Buzz test" is an interview question designed to help filter out the 99.5% of programming job candidates who can't seem to program their way out of a wet paper bag. The text of the programming assignment is as follows:

"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”."

More info:

https://en.wikipedia.org/wiki/Fizz_buzz/

This code is extra commented for educative purposes.

## How to compile

The code was tested with GNU GCC, but should compile with any standard C++ compiler

For Windows users, I recommend the great Embarcadero Dev-Cpp

https://www.embarcadero.com/free-tools/dev-cpp

## Donations

Remember you can always send me some BTC to help with my work. Check my main page to find how how! Thanks!

0 comments on commit b6b7fa7

Please sign in to comment.