initial-build #1

Merged
zugzvangg merged 11 commits from initial-build into main 2023-09-26 21:25:37 +03:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 41a7e17143 - Show all commits

4
src/controls/smth.py Normal file
View File

@ -0,0 +1,4 @@
def multiply(a:int, b:int) -> int:
"""Multiply two ints"""
return a*b