idasit/dbus_fast/main.py
bparodi@lezzo.org 41c244e903 first commit
2024-12-14 14:55:37 +01:00

2 lines
53 B
Python

def add(n1: int, n2: int) -> int:
return n1 + n2