How different is the behaviour of `read_line` and `Scanf.scanf "%[^\n]"`?

@kanishka
Thanks to you, I get to know this good site called Rosalind. It seems they don’t require any code submission, just output data, so it is really the sweet spot for OCaml problem solving!

I also like to rewrite the solution that I’ve wrote in other languages like c++ or python into OCaml referring to well known open source designs. Good to have someone with a hobby like me!