mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-02-23 10:27:49 +00:00
Merge branch 'master' into branchone
This commit is contained in:
commit
7ec6d90e3c
10
README.md
10
README.md
@ -21,6 +21,11 @@ This repository is for anyone to create pull requests during Hacktoberfest 2018,
|
||||
|
||||
Start adding your names here:
|
||||
|
||||
### Rui Li
|
||||
- Software Engineer in NZ
|
||||
- [![twitter-alt][twitter-img]](https://twitter.com/RuiLi15)
|
||||
[![github-alt][github-img]](https://github.com/gitruili)
|
||||
|
||||
### Aditya Kolsur
|
||||
- I'm a 3rd year student.
|
||||
- I am a web developer.
|
||||
@ -387,6 +392,11 @@ Start adding your names here:
|
||||
- I like to code and play games.
|
||||
- [![github-alt][github-img]](https://github.com/yopamuhanu)
|
||||
|
||||
### slouch
|
||||
- Linux Systems Administrator turning DevOps person
|
||||
- Engineer at heart, if it isn't broken, break it!
|
||||
- [![github-alt][github-img]](https://github.com/slouchd)
|
||||
|
||||
### Example Profile
|
||||
- I'm an example that you can copy, if you want :)
|
||||
- I work for...
|
||||
|
16
code/TheByteStuff.cs
Normal file
16
code/TheByteStuff.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HelloWorld
|
||||
{
|
||||
class TheByteStuff
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
System.Console.WriteLine("Hello Hacktoberfest 2018");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user