Adding a hat test page to version control. Also kind of a test to see if it will be served with the right content type by google code
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}