shithub: limbobyexample

Download patch

ref: a441e96695c14e570905835af9157b7b3d17e82e
parent: e132a2aaaf72be20d46fc4910a4233c8fc7d7724
author: Sean Hinchee <henesy@users.noreply.github.com>
date: Mon Feb 25 08:34:55 EST 2019

Update README.md

--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
-# limbobyexample
-Examples
+# 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)