examples: add helloworld example
authorStefan Sauer <ensonic@users.sf.net>
Mon, 31 Oct 2011 09:49:41 +0000 (10:49 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 31 Oct 2011 09:51:27 +0000 (10:51 +0100)
commitcd7e03d9364a7f2f45b3868fd602542c78385131
treea38e56d08782ec36aae46325f9f0c3d08f86094b
parentfe71622a665fc19382a3905d7463605e278d0c6d
examples: add helloworld example

Add a straight 1:1 copy from cores' helloworld.c to show how the c api maps into
the pythong bindings. It would rock to have the same in other bindings.
examples/Makefile.am
examples/helloworld.py [new file with mode: 0644]