Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 133 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 133 Bytes

C++

docker run -v .:/usr/src/app -w /usr/src/app -it --rm buildpack-deps:latest sh -c "g++ -o main main.cpp && ./main"