mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Merge pull request #356 from Rud156/Js156
Added my name and code in the correct directories
This commit is contained in:
commit
3c0cf0a0c0
@ -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
7
code/Rud156.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
class Hacktoberfest2k18 {
|
||||
public static void Main (string[] args) {
|
||||
Console.WriteLine ("Hello World!!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user