TU-Programmieren_2/lab3/modules/iue-other/func.detail.hpp
2025-04-09 10:22:44 +02:00

8 lines
122 B
C++

#pragma once
namespace iue::other::detail {
inline int calc(int a) { return a * 2; }
} // namespace iue::other::detail