10 lines
125 B
C
Raw Normal View History

2017-10-01 23:36:50 +02:00
#include "Test.h"
int main()
{
TEST_LOG_SIZED("One",3);
TEST_LOG_SIZED("Two",3);
TEST_LOG_SIZED("Three",5);
return 0;
}