Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed the following three task #3222

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### Name: [Suvam Das](https://github.com/vamus092)

- Place: Kolkata, West Bengal
- Bio: Fullstack Developer | Java | Web Dev
- GitHub: [Suvam Das](https://github.com/vamus092)


#### Name: [3mYouOL](https://github.com/3mYouOL)

- Place: Iloilo, Philippines
Expand Down
32 changes: 32 additions & 0 deletions profiles/Suvam Das.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Suvam Das

### Location

Indore, INDIA

### Academics

- Persuing B.Tech. ECE

### Interests

- Full stack DEveloper
- Web DEsigning
- Chess
- Hitting Gym
- DSA

### Skills

- HTML
- JavaScript
- CSS
- JAVA
- C++
- Rust


### Profile Link

[Suvam Das]((https://github.com/vamus092)
15 changes: 15 additions & 0 deletions scripts/HELLO WORLD SUVAM.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// LANGUAGE: Java
// AUTHOR: Suvam Das
// GITHUB: https://github.com/vamus092

// This Hello World uses Java Objects and Classes.



class helloWOrld
{
public static void main(String args[])
{
System.out.println("HELLO WORLD!!");
}
}
Loading