-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added my name and profile for hacktoberfest
- Loading branch information
1 parent
80d3d7d
commit 4bf0252
Showing
4 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 👋 Chinmay Ingale | ||
|
||
### Location | ||
|
||
Pune, Maharashtra , India | ||
|
||
### Academics | ||
|
||
Pursuing B.tech in Artificial Intelligence and Data Science at Vishwakarma Institute of Technology, Pune. | ||
|
||
### Interests | ||
|
||
- Flutter Development | ||
- Web Development | ||
- Machine Learning | ||
|
||
### Skills | ||
|
||
- App development in Flutter | ||
- Full Stack MERN Developer | ||
- DSA | ||
- SQL | ||
|
||
### Profile Link | ||
|
||
[IngaleChinmay04](https://github.com/IngaleChinmay04) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// LANGUAGE: Dart | ||
// ENV: Dart SDK | ||
// AUTHOR: Chinmay Ingale | ||
// GITHUB: https://github.com/IngaleChinmay04 | ||
|
||
void main() { | ||
print("Hello, World! Let's Contribute and learn together!"); | ||
} |