i tried these to ways in the shell:
gcc main.c -o main.exe
Then the exe file is not working in windows
and
i686-w64-mingw32-gcc main.c -mwindows -o main.exe
but this is not possible
Is there an other way arround?
Thank you in advance!
You can’t easily compile to Windows executables since the Replit environment is Linux.
4 Likes
Welcome to the forums BTW!
2 Likes