lasd/teoria/multiple_files/test.hpp

5 lines
56 B
C++
Raw Normal View History

2021-03-18 21:54:45 +01:00
#ifndef TEST_HPP
#define TEST_HPP
void test();
#endif