git @ Cat's Eye Technologies GraNoLa-M / 8960aed
Typos abound. catseye 10 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1111 Erlang, as `granolam.erl` in the `src` directory.
1212
1313 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
1515 recommended platform for using it, although more recent versions should
1616 work as well.
1717
2424
2525 granolam:test(N).
2626
27 where N is an integer from 1 to 7.
27 where _N_ is an integer from 1 to 7.