Merge pull request #356 from Rud156/Js156

Added my name and code in the correct directories
This commit is contained in:
Josh Cunningham 2018-10-09 09:00:08 -07:00 committed by GitHub
commit 3c0cf0a0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -1446,6 +1446,15 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- I like reading and watching tv series
- [![github-alt][github-img]](https://github.com/roxyoanes)
### Rudrangshu Nandi
- Student, Self-taught Developer
- I am currently work on:
- Unity3D
- Nodejs
- Reactjs.
- [![github-alt][github-img]](https://github.com/Rud156)
### Rui Li
- Software Engineer in NZ

7
code/Rud156.cs Normal file
View File

@ -0,0 +1,7 @@
using System;
class Hacktoberfest2k18 {
public static void Main (string[] args) {
Console.WriteLine ("Hello World!!");
}
}