boo/test/main.cpp
2015-04-18 11:46:51 -10:00

9 lines
90 B
C++

#include <stdio.h>
#include <boo.hpp>
int main(int argc, char** argv)
{
return 0;
}