boo/test/main.cpp

9 lines
90 B
C++
Raw Normal View History

2015-04-18 21:46:51 +00:00
#include <stdio.h>
#include <boo.hpp>
int main(int argc, char** argv)
{
return 0;
}