Hacker News new | ask | show | jobs
by jkcxn 3431 days ago
Here is something similar I did in JS

https://gist.github.com/JakeCoxon/d78fa1debc13e46ae54a

1 comments

I came up with nearly the same solution in swift:

https://github.com/zachcoyle/fizzbuzz-without-booleans/blob/...

But I like your solution better