summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/act4e_solutions/intro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/act4e_solutions/intro.py b/src/act4e_solutions/intro.py
index 2a4856d..acf62bf 100644
--- a/src/act4e_solutions/intro.py
+++ b/src/act4e_solutions/intro.py
@@ -3,4 +3,4 @@ import act4e_interfaces as I
class SolSimpleIntro(I.SimpleIntro):
def sum(self, a: int, b: int) -> int:
- raise NotImplementedError()
+ return a + b