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

first_commit #11644

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### Name: [Upendra Nayanajith](https://github.com/upendranayanajith)
- Place: Gampaha, Sri Lanka
- Bio: Undergraduate IT student
- GitHub: [upendranayanajith](https://github.com/upendranayanajith)


#### Name: Vallenain
- Place: Lyon, France
- Bio: Software engineer. Graduated from INSA Lyon.
Expand Down
31 changes: 31 additions & 0 deletions profiles/Upendra_Nayanajith.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Upendra Nayanajith

### Location

Your Gampaha/Sri Lanka

### Academics

SLIIT | Sri Lanka Institute of Information Technology

### Interests

- UI UX Designing
- Graphic Designing
- Cooking
- Scoial Media Infuencer

### Development

- I will do it anyway, so don't doubt about that

### Projects

- Web development projects (PHP/HTML/CSS/JS)
- JSP project
for my university assessments

### Profile Link

[Upendra Nayanajith](https://github.com/upendranayanajith)

12 changes: 12 additions & 0 deletions scripts/hello_world_upendranayanajith.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

// LANGUAGE: Java
// AUTHOR: Upendra Nayanajith
// GITHUB: https://github.com/upendranayanajith

public class hello_world_upendranayanajith {

public static void main(String[] args) {
System.out.println("Hello, world!");
}

}