libkernaux/tests/test_printf.c

7 lines
58 B
C
Raw Normal View History

2020-12-06 21:37:53 +00:00
#include <kernaux/printf.h>
int main()
{
return 0;
}