wiki:SandBox

Version 3 (modified by Paul Brossier, 16 years ago) (diff)

added some highlighted code

The Sandbox

This is just a page to practice and learn WikiFormatting.

Go ahead, edit it freely.

#! /usr/bin/python

from aubio import *

def main(): print "coucou"

if __name__ == '__main__': main()
#include <aubio.h>
int main() {
  return 0;
}