advent2023/scratch.py

7 lines
90 B
Python
Executable File

#!/usr/bin/env python3
from useful import *
ns = numbers(open(0).read())
print(max(ns))