Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshAddee committed Oct 3, 2022
2 parents 1224755 + 5123c9b commit 6a463b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
| Aditya Wadkar | <a href="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/AdityaWadkar">Aditya Wadkar</a> | <a href="mailto:[email protected]">E-Mail</a> |
| Rahul Jangle | <a href="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/Rronny01/">Ronny</a> | <a href="mailto:[email protected]">E-Mail</a> |
| Anurag Vats | <a href="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/AnuragVats007">Anurag Vats</a> | <a href="mailto:[email protected]">E-Mail</a> |
| Apurva Dubey | <a href="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/umbridge">umbridge</a> | <a href="mailto:[email protected]">E-Mail</a> |
| Daksh Kesarwani | <a href="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/InnocentDaksh63">Daksh kesaarwani</a> | <a href="[email protected]">E-Mail</a> |
| Tharindu Sooriyaarchchi | <a href="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/TharinduDilshan>Tharindu Sooriyaarchchi</a> | <a href="[email protected]">E-Mail</a> |
| Samriddh Prasad | <a href="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/Samriddh2703">Samriddh Prasad</a> | <a href="[email protected]">E-Mail</a> |
| Edgar Gonzalez | <a href="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/Edgarzerocool">Edgar Gonzalez</a> | <a href="[email protected]">E-Mail</a> |




Expand Down
7 changes: 7 additions & 0 deletions Dart/numbers.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//Print 1 to 100 without using numbers
void main() {
int limite = int.parse("100");
for (int i = 1; i <= limite; i++) {
print(i);
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Contribute to start your journey with hacktoberfest and python. Happy Hacking
- 馃捇 Python
- 馃捇 Java
- 馃捇 Javascript
- 馃捇 Dart

# 鉂凱rgrams
- 鈿rint 1 to 100 without using numbers
Expand Down

0 comments on commit 6a463b3

Please sign in to comment.