4 lines
64 B
Batchfile
4 lines
64 B
Batchfile
@echo off
|
|
gcc -Wall -g -lm -std=c99 main.c -o main.exe
|
|
@echo on
|
@echo off
|
|
gcc -Wall -g -lm -std=c99 main.c -o main.exe
|
|
@echo on
|