Skip to content

garsaud/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode

How to use it:

docker run --rm -it -v $(pwd):/app -w /app php:8-alpine sh -c \
    "cd 2022/day01; php part1.php < input"