summaryrefslogtreecommitdiff
path: root/README.md
blob: 852daa84612b41d2b42e3b9b4ffcd97e240f9d0c (plain)
1
2
3
4
5
6
7
8
9
# Limbo by Example

Programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language. 

These exercises are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system.

## Index

[Hello World](./HelloWorld)