THCLLM / teste.py
Wilker
feat: add kilo config, gitignore e teste.py
8c53740
Raw
History Blame Contribute Delete
56 Bytes
def soma(a: float, b: float) -> float:
return a + b