added submit command to assignments
This commit is contained in:
parent
4f7a16befb
commit
4c5f4f6d93
2 changed files with 7 additions and 0 deletions
|
@ -20,9 +20,13 @@ You don't need to do all of these, but should attempt at least a few.
|
|||
Exercises labelled "(practice)" are included for those who want extra practice.
|
||||
|
||||
Submit your homework using the "submit" command.
|
||||
``` bash
|
||||
submit tspl cw1 Assignment1.lagda.md
|
||||
```
|
||||
Please ensure your files execute correctly under Agda!
|
||||
|
||||
|
||||
|
||||
## Good Scholarly Practice.
|
||||
|
||||
Please remember the University requirement as
|
||||
|
|
|
@ -20,6 +20,9 @@ You don't need to do all of these, but should attempt at least a few.
|
|||
Exercises labelled "(practice)" are included for those who want extra practice.
|
||||
|
||||
Submit your homework using the "submit" command.
|
||||
``` bash
|
||||
submit tspl cw2 Assignment2.lagda.md
|
||||
```
|
||||
Please ensure your files execute correctly under Agda!
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue