forked from fineanmol/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request fineanmol#2242 from kodurimohan/fix
updated CONTRIBUTING.md, added profile and added hello_world script
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 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
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) | ||
|
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,12 @@ | ||
// LANGUAGE: Golang | ||
// ENV: GO | ||
// AUTHOR: kodurimohan | ||
// GITHUB: https://github.com/kodurimohan | ||
|
||
package main | ||
|
||
import "fmt" | ||
|
||
func main() { | ||
fmt.Println("Hello, World!") | ||
} |