I love FizzBuzz :).
- Input program integer each number from 1 to 100
- if n can be devided by 3, output "Fizz"
- if n can be devided by 5, output "Buzz"
- if n can be devided by 15, output "FizzBuzz"
- other, output n.
- Answer file is /answer.txt
- Test way is as following.
- cd directory_to_targe (e.g. "cd Ruby")
- make (It makes .out files)
- make test (It compares .out files with answer.txt)
yum -y install gcc gcc-c++ boost boost-thread boost-devel