Skip to content

Commit

Permalink
Added my name and profile for hacktoberfest
Browse files Browse the repository at this point in the history
  • Loading branch information
IngaleChinmay04 committed Oct 1, 2024
1 parent 80d3d7d commit 4bf0252
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"configurations": [
{
"name": "macos-clang-arm64",
"name": "windows-clang-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"compilerPath": "clang",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "macos-clang-arm64",
"intelliSenseMode": "windows-clang-x64",
"compilerArgs": [
""
]
Expand Down
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
-GitHub: https://github.com/KariSims

#### Name: [ALEX MARRUJO](https://github.com/marrujoalex)

- Place: California
- Bio: Software Developer
- GitHub: [Alex Marrujo](https://github.com/marrujoalex)
Expand Down Expand Up @@ -2831,7 +2832,6 @@
- Bio: Second Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [adityasays](https://github.com/adityasays)


#### Name: [Koduri Mohan](https://github.com/kodurimohan)

- Place: Chennai, Tamil Nadu, India
Expand All @@ -2850,3 +2850,8 @@
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

#### Name: [Chinmay Ingale](https://github.com/IngaleChinmay04)

- Place: Pune,Maharashtra,India
- Bio: Third Year undergrad pursuing B.tech in Artificial Intelligence and Data Science at Vishwakarma Institute of Technology, Pune.
- GitHub: [IngaleChinmay04](https://github.com/IngaleChinmay04)
26 changes: 26 additions & 0 deletions profiles/Chinmay Ingale.md
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)
8 changes: 8 additions & 0 deletions scripts/hello_world_IngaleChinmay04.dart
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!");
}

0 comments on commit 4bf0252

Please sign in to comment.