mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
2 lines
46 B
Python
2 lines
46 B
Python
def sum_as_string(a: int, b: int) -> str: ...
|