Initial Course
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
namespace functions {
|
||||
|
||||
[[nodiscard]] auto fibonacci(int n) -> long long;
|
||||
[[nodiscard]] auto sum_digits(int n) -> int;
|
||||
[[nodiscard]] auto is_palindrome(int n) -> bool;
|
||||
|
||||
} // namespace functions
|
||||
Reference in New Issue
Block a user