ttrts/test/test.cpp

7 lines
No EOL
86 B
C++

#include "board.h"
// Main program entry point
int main()
{
tests::test_CBoard();
};