Results 4 issues of Arenoros

I don't know much about C#, so I fixed it as much as I could :). It seems to work on VS2022 now. I hope it will be useful to...

It's code generate invalid cmd file like: ```batch >>"C:/Windows/system32/drivers/etc/hosts" echo 192.168.100.10 lesson1 # ... ``` which is not needed because we have already checked the write permissions on the line:...

Found the cause of the segfault. valgrind output before fix ``` $ g++ main.cpp -I ../../lib/ -O3 -g $ valgrind ./a.out ==1775== Memcheck, a memory error detector ==1775== Copyright (C)...

In 1.80.0 unordered containers the structure and the way buckets are addressed has changed a lot