We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gcc
1 parent da2a74b commit 79f442fCopy full SHA for 79f442f
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM gcc:latest
2
+WORKDIR /app
3
+COPY twc.c /app/
4
+ENV CFLAGS=-O2
5
+RUN gcc -o twc twc.c
6
+CMD ["./twc"]
0 commit comments