Numbers added

This commit is contained in:
2025-09-11 12:35:41 +05:30
parent 510ee6e696
commit 25f4bf9211

View File

@ -2,9 +2,11 @@ List<int> numbers = [
1, 1,
2, 2,
3, 3,
11, 4,
12, 5,
13, 6,
14, 7,
15, 8,
9,
10,
]; ];