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

9 lines
77 B
C++
Raw Normal View History

2021-03-21 00:41:19 +01:00
#ifndef TEST_HPP
#define TEST_HPP
void test();
// const int a = 1;
#endif