Skip to content

gburgett/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz test project

Build Status

I made this project using biicode to learn a bit of how C++ dependency management is done. I'm sure it's a lot harder than this normally, but biicode made it easy.

Getting started!

Instructions for installing on Koding.com: https://learn.koding.com/guides/getting-started-biicode/

Building the executable

bii build

now you have gordonb_fizzbuzz_main.exe in the bin/ directory. Run it with:

bin/gordonb_fizzbuzz_main.exe [number of lines to print]

Run the tests

bii test

fizzbuzz runs with google's "googletest" framework: https://github.com/google/googletest

About

A simple fizzbuzz test so I could learn some actual C++ development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published