mandelbrot-cs200/test.hpp
Brett Weiland 8db9e4cfba init
2023-01-22 15:34:25 -06:00

7 lines
56 B
C++

#ifndef TEST_H
#define TEST_H
void test_png();
#endif