Skip to content

Commit

Permalink
feat: add day 1
Browse files Browse the repository at this point in the history
  • Loading branch information
migueabellan committed Dec 2, 2024
1 parent 1dadea6 commit 0e1b8f1
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 1,003 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ lint:
@docker-compose exec php composer parallel

test:
@docker-compose exec php php vendor/bin/phpunit --testdox tests/Year2024/
@docker-compose exec php php vendor/bin/phpunit --testdox tests/Year2024/

day1:
@docker-compose exec php bin/console puzzle:exec -y 2024 -d 02 -p 1

day2:
@docker-compose exec php bin/console puzzle:exec -y 2024 -d 02 -p 2
Loading

0 comments on commit 0e1b8f1

Please sign in to comment.