An open API service indexing awesome lists of open source software.

https://github.com/yurug/learn-ocaml-tutorial


https://github.com/yurug/learn-ocaml-tutorial

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# How to write exercises for the learn-ocaml platform? (Resources)

This repository contains the source files for the tutorial

[How to write exercises for the learn-ocaml platform?](https://github.com/ocaml-sf/learn-ocaml/blob/master/docs/howto-write-exercises.md)

To get the source files for step X do:
```
git checkout step-X
```

For instance, for step 1, do `git checkout step-1`.