doc: add README
authorJean Privat <jean@pryen.org>
Fri, 18 Feb 2011 15:48:31 +0000 (10:48 -0500)
committerJean Privat <jean@pryen.org>
Fri, 18 Feb 2011 15:56:42 +0000 (10:56 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

examples/README [new file with mode: 0644]

diff --git a/examples/README b/examples/README
new file mode 100644 (file)
index 0000000..c7c58cb
--- /dev/null
@@ -0,0 +1,8 @@
+* hello_world.nit: the standard "hello word" program.
+* print_arguments.nit: just repeat the arguments of the program.
+* fibonacci.nit: refine Int, the class of all integers, to add a Fibonacci function.
+* procedural_array.nit: simple use of arrays without defining new classes.
+* clock.nit: a simple class to track time on a wall clock.
+* clock_more.nit: refine clock to add comparability between clocks.
+* circular_list.nit: simple use of generic classes and nullable types to implement a double-linked circular list.
+