Initial commit; 2017 me stupidly didn't use free(), so that needs fixing.
Fixed memory issue and did some cleanup Removed VS code trash
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM gcc:8.4.0
|
||||
|
||||
WORKDIR /opt
|
||||
COPY src/** /opt
|
||||
RUN gcc -std=c11 -o connectfour connectfour.c file_utils.c gamelogic.c arghandler.c
|
||||
CMD ["./connectfour"]
|
||||
Reference in New Issue
Block a user