lasd/teoria/esempi_professore/examples/structured/testx.hpp

7 lines
77 B
C++
Raw Normal View History

2021-03-21 00:41:19 +01:00
#ifndef TESTX_HPP
#define TESTX_HPP
void testx() {}; // cout << "";
#endif