mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
7 lines
50 B
C
7 lines
50 B
C
#include "Test.h"
|
|
|
|
int main()
|
|
{
|
|
TEST_LOG_OK();
|
|
}
|