mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-15 00:19:12 +00:00
9 lines
90 B
C++
9 lines
90 B
C++
|
|
#include <stdio.h>
|
|
#include <boo.hpp>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|