If they chose to submit as 2 individuals, is it acceptable that most of the code is the same or is that considered collusion plagiarism and at least one of the two would need to start the project again from scratch?
If the month is not specified, but the day of the week is, can the day of the month be specified?
For instance
1 mon foo
I intepret this as valid and meaning
"run foo on every minute of every hour on the first day of each month if it's a mo...
What does it mean to specify the day of the month and the day of the week at the same time?
In your example you show
0 10 22 7 mon deep-though
the 22nd of August falls on a Monday, so it seems that this should only run on 22nd of August, in which ...