Initial commit

This commit is contained in:
Olivier Aubert
2021-10-24 16:16:36 +02:00
commit 426b3b786b
5 changed files with 66 additions and 0 deletions

10
solver.py Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Module de résolution du projet Poly#.
"""
def solve(challenge):
"""Résout un challenge donné.
"""
return a_solution