Skip to content

2017/05

FizzBuzz(C)

I solved the FizzBuzz with a C. It's interesting to see the differences between different languages when creating FizzBuzz.

Array(Ruby)

It's about Ruby arrays. Recently, I've been doing some competition programming in Ruby. I'm worried about when to migrate to C++.