Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 100 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 100 Bytes

LitIN

from typing import List
 def sum_numbers(a: int, b: int) -> int:
    return a + b