composer installParameters:
php run.php [day] [demo] [create]
day- execute task day number (from input.txt)demo (day)- execute demo data (from demo.txt)create (day)- create necessary files
Run demo for the first day
php run.php 1 demoRun task for the first day
php run.php 1Create new task and data for the first day
php run.php 1 create- Task class will be created in
Daysfolder - Task data will be created in
datafolder
π input.txt should be not uploaded to repository
There is small array in task.php file, nothing special