This website requires JavaScript.
Explore
Help
Sign In
theoludwig
/
programming-challenges
Watch
1
Star
1
Fork
0
You've already forked programming-challenges
mirror of
https://github.com/theoludwig/programming-challenges.git
synced
2024-11-09 22:08:58 +01:00
Code
Issues
Releases
Activity
0a27b9e1a1
programming-challenges
/
templates
/
docker
/
cpp
/
Dockerfile
5 lines
85 B
Docker
Raw
Normal View
History
Unescape
Escape
feat(solutions): add `acronyms/cs/function`
2021-09-05 10:54:20 +02:00
FROM
gcc:11.2.0
feat: rewrite programming-challenges CLI (#3)
2021-06-09 20:31:45 +02:00
COPY
./ ./
RUN
g++ solution.cpp --output
=
solution
CMD
[
"./solution"
]
Reference in New Issue
Copy Permalink