7 lines
No EOL
86 B
C++
7 lines
No EOL
86 B
C++
#include "board.h"
|
|
|
|
// Main program entry point
|
|
int main()
|
|
{
|
|
tests::test_CBoard();
|
|
}; |