boo/test/main.cpp

9 lines
90 B
C++

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