Compile With Gcc

[Solved] Compile With Gcc | Solidity - Code Explorer | yomemimo.com
Question : compile with gcc

Answered by : la-hamadouche

#Copy and paste this line in your terminal to compile your file with gcc
gcc -Wall filename.c -o filename
#To execute the file
./filename

Source : | Last Update : Sat, 21 Nov 20

Answers related to compile with gcc

Code Explorer Popular Question For Solidity