Dir structure

This commit is contained in:
t3xhno
2024-02-06 14:25:34 +01:00
parent b8d3e78dbd
commit 78c7f917d1
4 changed files with 12 additions and 6 deletions

Binary file not shown.

2
lib/num_functions.py Normal file
View File

@@ -0,0 +1,2 @@
def isDivBy(num, denom):
return num % denom == 0