adding list_numbers

This commit is contained in:
2026-02-27 12:18:26 -06:00
parent 57532efabd
commit daf3d04395
6 changed files with 84 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ enabled: true
# Runner type
runner_type: python
# Minimum Python version required (semver constraint)
runtime_version: ">=3.9"
# Entry point
entry_point: read_counter.py