Files
2026-01-23 22:15:36 +01:00

14 lines
163 B
C++

#include <pixelmatch/pixelmatch.h>
int main()
{
pixelmatch::pixelmatch(
{},
{},
{},
2,
2,
2);
return 0;
}