https://github.com/yurug/learn-ocaml-tutorial
https://github.com/yurug/learn-ocaml-tutorial
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yurug/learn-ocaml-tutorial
- Owner: yurug
- Created: 2018-06-06T07:04:26.000Z (over 7 years ago)
- Default Branch: step-1
- Last Pushed: 2018-09-02T13:00:36.000Z (over 7 years ago)
- Last Synced: 2025-04-24T00:09:05.603Z (9 months ago)
- Language: Standard ML
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`.