lasd/teoria/multiple_files/test.hpp

5 lines
56 B
C++
Executable File

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