8 lines
81 B
C
8 lines
81 B
C
|
// 10 april 2019
|
||
|
#include "testing.h"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return testingMain();
|
||
|
}
|