Skip to content

EinBaum/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz Programming Language

The FizzBuzz Programming Language interpreter.

If an interviewer ever asks you about writing a FizzBuzz program in a language of your choice, give him this piece of code:

100

Installation

Requirements: Any C compiler, make

Enter the project directory and type make to create the executable fpl. Running the program without arguments will read from the standard input. Alternatively you can specify filenames as arguments (each will be interpreted).

Syntax

<Unsigned Integer><Optional Linebreak>
<Same as above again>

Example program:

15
3

will produce the following output:

1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz
1 2 Fizz

Each number is separated with a space. A newline is written after the last number.

About

The FizzBuzz Programming Language interpreter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published