Turn exercise 010 into practice #2178
Labels
beginner
can be done by an OCaml beginner
exercise
good first issue
Good for newcomers
help wanted
outreachy
Outreachy contributions and blog posts
Extract the OCaml code from the markdown file corresponding to this exercise. The file is:
data/exercise/010_NAME.md
(where010
is the number from the title of this issue andNAME
is the rest of the file name, for instancedata/exercise/001_tail.md
is the file which corresponds to exercise001
). Use the code in this file to create a folderpractice/010
(using this same number).Populate the
010
folder with (almost) the same files as in folderspractice/001
andpractice/002
(they are examples).Three files are different in each folder:
practice/010/ex.ml
: it contains the function's signature, which needs to be implemented by the learner;practice/010/work/impl.ml
: it includes the template meant to be filed by the learner;practice/010/answer/impl.ml
: consists of the solution from the original markdown file.The examples included in the original markdown file must be turned into test cases in the
practice/010/ex.ml
file.Folder structure to create:
The text was updated successfully, but these errors were encountered: