From 3e1e71d35b3fa1c2b966c5ea55f6a9a0055ae57a Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 29 Dec 2022 22:26:13 +0700 Subject: [PATCH] Link --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 35af0dd..7ff157a 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,8 @@ #+TITLE: 99 Ocaml Problems #+Author: Joseph Ferano +https://ocaml.org/problems + *** #1 - Tail of a list Write a function ~last : 'a list -> 'a option~ that returns the last element of a