Labs/Jetpack/API

< Labs‎ | Jetpack
Revision as of 06:23, 27 April 2009 by Aza (talk | contribs) (Created page with '= JetPack API Reference = JetPack is a project to explore new and innovative approaches to extensibility of the browser. === Logger === <source lang=cpp>#include <iostream> i...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JetPack API Reference

JetPack is a project to explore new and innovative approaches to extensibility of the browser.


Logger

#include <iostream>
int main ( int argc,  char **argv ) {
    std::cout << "Hello World!";
    return 0;
}