Alessandro Ferro 2e5192afe6 Initial commit
2021-03-18 21:54:45 +01:00

5 lines
56 B
C++
Executable File

#ifndef TEST_HPP
#define TEST_HPP
void test();
#endif