#!/usr/bin/env python3

from setuptools import setup

setup(
    name="advent-of-code",
    version="0.0.2",
    python_requires='>=3.11',
)
