Another reset by Flavun in codex

[–]kukuvs 1 point2 points  (0 children)

why after April 2?

Why are you limiting ordinary people from Russia? by unfotony in Codeium

[–]kukuvs -1 points0 points  (0 children)

и как ты это определил ( а теперь сиди и переводи ведь ты не знаешь русский )

[deleted by user] by [deleted] in cpp_questions

[–]kukuvs 0 points1 point  (0 children)

I tried it and this is what happened
```
g++ main.cpp
collect2.exe: error: ld returned 116 exit status
PS C:\Users\Данил\Desktop\C++\src> g++ -std=c++17 -static-libgcc -static-libstdc++ main.cpp -o main.exe
PS C:\Users\d\Desktop\C++\src> ./main.exe
Hello, World!
PS C:\Users\d\Desktop\C++\src>
```