example: adds a basic extern method example
[nit.git] / examples / README
index 809a118..bd6e6b2 100644 (file)
@@ -6,4 +6,5 @@
 * int_stack.nit: simple class for a stack of integers implemented with a linked list.
 * 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.
+* extern_methods.nit: basic use of extern methods, Nit methods implemented in C code