Hello,
I’m currently working on an AI for smash the code in C# and I read in the FAQ (https://www.codingame.com/faq) that the C# code is compile using the -unsafe option but when I tried to use unsafe code in the IDE, I got a compilation error saying the unsafe option is not enabled.
So, does the faq is outdated and this flag has been removed or there is a bug with the compiler ?
Thanks