Typos abound.
catseye
10 years ago
11 | 11 | Erlang, as `granolam.erl` in the `src` directory. |
12 | 12 | |
13 | 13 | You need an Erlang compiler at least at language version 4.4 to compile |
14 | granola.erl. This program was developed with OTP/R8B, so that is the | |
14 | `granolam.erl`. This program was developed with OTP/R8B, so that is the | |
15 | 15 | recommended platform for using it, although more recent versions should |
16 | 16 | work as well. |
17 | 17 | |
24 | 24 | |
25 | 25 | granolam:test(N). |
26 | 26 | |
27 | where N is an integer from 1 to 7. | |
27 | where _N_ is an integer from 1 to 7. |