summaryrefslogtreecommitdiffstats
path: root/src/act4e_solutions/intro.py
blob: acf62bf9283dfd483fa00624a538613fbe3b818e (plain)
1
2
3
4
5
6
import act4e_interfaces as I


class SolSimpleIntro(I.SimpleIntro):
    def sum(self, a: int, b: int) -> int:
        return a + b