uibk_703807-Advanced-CXX/exercises/task22/libFoo/foo.hpp

13 lines
136 B
C++
Raw Permalink Normal View History

2021-01-07 23:27:52 +01:00
#ifndef FOO_HPP
#define FOO_HPP
namespace foo {
int random_number();
void just_a_print();
} // end namespace foo
#endif // FOO_HPP