diff --git a/code/TheByteStuff.cs b/code/TheByteStuff.cs new file mode 100644 index 0000000..6fd1cb8 --- /dev/null +++ b/code/TheByteStuff.cs @@ -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"); + } + } +}