Number list added till [1-5]

This commit is contained in:
2025-09-04 12:51:40 +05:30
parent 01b1a1694f
commit 60c49792a2

7
numbers.dart Normal file
View File

@ -0,0 +1,7 @@
List<int> numbers = [
1,
2,
3,
4,
5,
];