Skip to content

Commit

Permalink
Merge pull request fineanmol#2242 from kodurimohan/fix
Browse files Browse the repository at this point in the history
updated CONTRIBUTING.md, added profile and added hello_world script
  • Loading branch information
fineanmol authored Oct 6, 2023
2 parents 76b9301 + 3a54e32 commit 4df5803
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2813,6 +2813,13 @@
- 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
- Bio: I'm a Research Spealist at CODIIS.
- GitHub: [Koduri Mohan](https://github.com/kodurimohan)

#### Name: [Sithum](https://github.com/sithum20210380)

- Place: Colombo, Western, SriLanka
Expand Down
27 changes: 27 additions & 0 deletions profiles/Koduri_Mohan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Name
Kiran Rai

### Location

Jorhat Assam/India

### College
IIT Madras

### Interests

- web development
- Go programming
- Data structure and algorithm
- problem solving

### Tech familiar with
- Html, Css, Javascript, Typescript, Docker, K8s, C++, Go 🚀
- python
- c programming
- git and github

### Projects

- [MyWebsite](https://koduri-mohan.onrender.com)

12 changes: 12 additions & 0 deletions scripts/hello_world_kodurimohan.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// LANGUAGE: Golang
// ENV: GO
// AUTHOR: kodurimohan
// GITHUB: https://github.com/kodurimohan

package main

import "fmt"

func main() {
fmt.Println("Hello, World!")
}

0 comments on commit 4df5803

Please sign in to comment.