QuantGeekDev / fizzbuzz-c

FizzBuzz implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz in C

By Alex Andrushevich

Implementation of the classic coding problem FizzBuzz in C

For this quick demo I replaced the GCC with Zig compiler

To compile it, use:

foo@bar:~$ $ zig cc src/fizzbuzz.c src/main.c -o fizzbuzz.exe -target x86_64-windows-gnu

Alternatively you can use the GCC command

foo@bar:~$ gcc fizzbuzz.c -o

About

FizzBuzz implementation in C


Languages

Language:C 100.0%