mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-15 22:08:47 +00:00
7 lines
53 B
C
7 lines
53 B
C
#include "Test.h"
|
|
|
|
int main()
|
|
{
|
|
TEST_LOG_OK();
|
|
}
|