diff options
Diffstat (limited to 'ttwhy/lib.cppm')
| -rw-r--r-- | ttwhy/lib.cppm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ttwhy/lib.cppm b/ttwhy/lib.cppm index c7527ee..fe7486f 100644 --- a/ttwhy/lib.cppm +++ b/ttwhy/lib.cppm @@ -1,11 +1,3 @@ export module ttwhy; -namespace ttwhy -{ - - export auto multiply(int lhs, int rhs) -> int - { - return lhs * rhs; - } - -} // namespace ttwhy +export import :scoped_attributes; |
