From 2c08819f5dc74b88edbaeeb0f647574aa790528e Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 18 Feb 2011 10:48:31 -0500 Subject: [PATCH] doc: add README Signed-off-by: Jean Privat --- examples/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/README diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..c7c58cb --- /dev/null +++ b/examples/README @@ -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. + -- 1.7.9.5