🎉 Init project

This commit is contained in:
Yohann D'ANELLO
2020-12-03 16:35:48 +01:00
commit 272d0c25d6
9 changed files with 793 additions and 0 deletions

View File

View File

@ -0,0 +1,4 @@
class Squinnondation:
@staticmethod
def main() -> None:
print("Hello world!")

View File