Optional custom input stream.
When provided, input is read from this stream instead of stdin. This is useful for testing or when running in special environments.
final Stream<List<int>>? input;