Add src
This commit is contained in:
parent
26b79424bb
commit
41a7e17143
4
src/controls/smth.py
Normal file
4
src/controls/smth.py
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
def multiply(a:int, b:int) -> int:
|
||||
"""Multiply two ints"""
|
||||
return a*b
|
Loading…
Reference in New Issue
Block a user