Fixed merge conflict on numbers.dart

This commit is contained in:
2025-09-11 12:59:11 +05:30

View File

@ -1,10 +1,12 @@
List<int> numbers = [ List<int> numbers = [
20, 100,
21, 200,
22, 300,
23, 100,
24, 222,
25, 300,
26, 540,
27, 130,
870,
150,
]; ];