= The Sandbox = This is just a page to practice and learn WikiFormatting. Go ahead, edit it freely. - [WikiStart link to page start] - WikiStart - [/aubio link to page start] {{{ #!python #! /usr/bin/python from aubio import * def main(): print "coucou" if __name__ == '__main__': main() }}} {{{ #!c #include int main() { return 0; } }}}