polyhash2022/solver.py
2021-10-24 16:16:36 +02:00

11 lines
183 B
Python
Executable File

#!/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