Skip to content

Commit 7afef92

Browse files
committed
Week9
1 parent b50a39b commit 7afef92

File tree

1 file changed

+3
-3
lines changed
  • Week_9/Homework_01_CamelPresentFactory

1 file changed

+3
-3
lines changed

Week_9/Homework_01_CamelPresentFactory/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Now everything is together to run the present factory in the desert. Implement t
6565

6666
- Pass this list to the present selection algorithm, together with the delivery camels' capacity (passed as the 2nd and 1st argument to `run_desert_factory`).
6767

68-
```Ocaml
69-
type selection_alg = (string * int * int) list -> int -> string list
70-
```
68+
```Ocaml
69+
type selection_alg = (string * int * int) list -> int -> string list
70+
```
7171
7272
- Write the selected presents to the file **"presents/**$name$**.txt"** one per line.
7373

0 commit comments

Comments
 (0)