Retro68/AutomatedTests/File.c

7 lines
57 B
C

#include "Test.h"
int main(void)
{
TEST_LOG_OK();
}