11 lines
145 B
C
11 lines
145 B
C
|
|
#include "Test.h"
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
// TestCode_2in13();
|
||
|
|
// TestCode_2in13_V3();
|
||
|
|
// TestCode_2in13_V4();
|
||
|
|
TestCode_2in9();
|
||
|
|
return 0;
|
||
|
|
}
|