Version 3 (modified by 17 years ago) (diff) | ,
---|
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; }