Merge branch 'master' into contribution

This commit is contained in:
Luke Oliff
2018-10-02 20:48:00 -07:00
committed by GitHub
3 changed files with 53 additions and 7 deletions

16
code/TheByteStuff.cs Normal file
View 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");
}
}
}

3
code/reesea.js Normal file
View File

@@ -0,0 +1,3 @@
document.write("Hello World");
document.write("I am Reesea");
document.write("Hacktobefest 2018");