Finish �

This commit is contained in:
2020-02-15 20:02:41 +01:00
parent 64b44958a0
commit 367021d2d5
4 changed files with 137 additions and 29 deletions

View File

@@ -1,3 +1,3 @@
@echo off
gcc -Wall -g -std=c99 %1.c -o %1.exe
gcc -Wall -g -lm -std=c99 main.c -o main.exe
@echo on