mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-02-01 18:45:53 +00:00
commit
819e42f08a
@ -842,6 +842,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
|||||||
- Loves coding and dancing.
|
- Loves coding and dancing.
|
||||||
- [![github-alt][github-img]](https://github.com/KanchanThareja)
|
- [![github-alt][github-img]](https://github.com/KanchanThareja)
|
||||||
|
|
||||||
|
### Kanishk Gupta
|
||||||
|
- Student,At Chandigarh University , tech enthusiast.
|
||||||
|
- Currently, I am Campus Ambassador at HackerEarth.
|
||||||
|
- I am love to take challenges!!
|
||||||
|
- [![github-alt][github-img]](https://github.com/gkanishk)
|
||||||
|
|
||||||
### Karen Geerts
|
### Karen Geerts
|
||||||
|
|
||||||
- I work for REA (https://www.rea-group.com/IRM/content/default.aspx) and am a junior Ruby developer.
|
- I work for REA (https://www.rea-group.com/IRM/content/default.aspx) and am a junior Ruby developer.
|
||||||
|
10
code/HelloWOrld.cs
Normal file
10
code/HelloWOrld.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// Hello World! program C#
|
||||||
|
namespace HelloWorld
|
||||||
|
{
|
||||||
|
class Hello {
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
System.Console.WriteLine("Hello HacktoberFest!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user