Answers for "How to compile C code with mingw"

2

How to compile C code with mingw

@echo off 
SET filename=teste
gcc %filename%.c -o %filename%.exe
pause
Posted by: Guest on October-21-2021

Browse Popular Code Answers by Language