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;
}
JetPack is a project to explore new and innovative approaches to extensibility of the browser.
#include <iostream>
int main ( int argc, char **argv ) {
std::cout << "Hello World!";
return 0;
}