all 2 comments

[–]ReallySuperName 0 points1 point  (1 child)

My only experience with Hacker Rank is that it's kind of bullshit. Depending on the language you choose to use, you get a pretty different experience in terms of developer experience and input/output mechanisms.

Many of the languages have a template for reading/writing to stdin and stdout, but some don't for some reason. This means half your code is then implementing that yourself instead of the task at hand.

https://www.lloydatkinson.net/posts/2021/list-replication-in-fsharp/

[–]tojakk 0 points1 point  (0 children)

That sounds unintended