vault backup: 2023-10-06 14:08:38

This commit is contained in:
Louis Gallet 2023-10-06 14:08:38 +02:00
parent 30bfc996c9
commit ad06f2d7ae
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -61,4 +61,3 @@ let rec max_value list = match list with
let max_tail = max_value tl in let max_tail = max_value tl in
if hd > max_tail then hd else max_tail;; if hd > max_tail then hd else max_tail;;
``` ```